Trait solo2::apps::PcscSelect

source ·
pub trait PcscSelect<'t>: From<&'t mut Device> {
    const RID: &'static [u8];
    const PIX: &'static [u8];

    fn application_id() -> Vec<u8>  { ... }
    fn select(transport: &'t mut Device) -> Result<Self> { ... }
}

Required Associated Constants§

Provided Methods§

Implementors§