baubot_server::prelude::types

Type Alias BauServerResponseSender

Source
pub type BauServerResponseSender = UnboundedSender<BauServerResponse>;
Expand description

Handle for sending responses from the crate::BauServer

Aliased Typeยง

struct BauServerResponseSender { /* private fields */ }