Trait ophir::ea1::Measure
[−]
[src]
pub trait Measure { type OutputType; type ErrorType: Into<Error>; fn command(&self) -> &'static str; fn parse_reply(&self, _: &str) -> Result<Self::OutputType, Self::ErrorType>; }