pub struct BleTransport { /* private fields */ }Expand description
Transport for listing and connecting to BLE connected Ledger devices
Implementations§
Trait Implementations§
Source§impl Transport for BleTransport
Transport implementation for BleTransport
impl Transport for BleTransport
Transport implementation for BleTransport
Source§async fn list(
&mut self,
_filters: Self::Filters,
) -> Result<Vec<LedgerInfo>, Error>
async fn list( &mut self, _filters: Self::Filters, ) -> Result<Vec<LedgerInfo>, Error>
List BLE connected ledger devices
Auto Trait Implementations§
impl Freeze for BleTransport
impl !RefUnwindSafe for BleTransport
impl Send for BleTransport
impl Sync for BleTransport
impl Unpin for BleTransport
impl !UnwindSafe for BleTransport
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more