Trait pint::service::IdentifyVariant [−][src]
pub trait IdentifyVariant {
fn is_shot(&self) -> bool;
fn is_pint(&self) -> bool;
fn is_dev(&self) -> bool;
}
pub trait IdentifyVariant {
fn is_shot(&self) -> bool;
fn is_pint(&self) -> bool;
fn is_dev(&self) -> bool;
}