Struct async_hwi::ledger::TransportHID
source · pub struct TransportHID(_);
Expand description
Transport with the Ledger device.
Trait Implementations§
source§impl Transport for TransportHID
impl Transport for TransportHID
type Error = Box<dyn Error + 'static, Global>
fn exchange<'life0, 'life1, 'async_trait>( &'life0 self, cmd: &'life1 APDUCommand ) -> Pin<Box<dyn Future<Output = Result<(StatusWord, Vec<u8>), Self::Error>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for TransportHID
impl Send for TransportHID
impl Sync for TransportHID
impl Unpin for TransportHID
impl UnwindSafe for TransportHID
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