baubot_server::prelude::types

Type Alias BauServerResponseReceiver

Source
pub type BauServerResponseReceiver = UnboundedReceiver<BauServerResponse>;
Expand description

Handle for receiving responses from the crate::BauServer

Aliased Typeยง

struct BauServerResponseReceiver { /* private fields */ }