[][src]Type Definition toio::ble::MessageStream

type MessageStream<T> = BoxStream<'static, Result<T>>;

Callback to receive values from peripherals.