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

type ValueStream = BoxStream<'static, (Uuid, Vec<u8>)>;

Callback to receive values from peripherals.