[][src]Struct yubikey_piv::readers::Readers

pub struct Readers { /* fields omitted */ }

Enumeration support for available readers

Methods

impl Readers[src]

pub fn open() -> Result<Self, Error>[src]

Open a PC/SC context, which can be used to enumerate available PC/SC readers (which can be used to connect to YubiKeys).

pub fn iter(&mut self) -> Result<Iter, Error>[src]

Iterate over the available readers

Auto Trait Implementations

impl Send for Readers

impl Sync for Readers

impl Unpin for Readers

impl UnwindSafe for Readers

impl RefUnwindSafe for Readers

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self