Trait pint::service::IdentifyVariant[][src]

pub trait IdentifyVariant {
    fn is_shot(&self) -> bool;
fn is_pint(&self) -> bool;
fn is_dev(&self) -> bool; }

Required methods

Implementations on Foreign Types

Implementors