Trait solo2::apps::Select

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

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

Required Associated Constants§

Provided Methods§

Implementors§