pub type Result<T> = Result<T, ParseError>;Expand description
Result type for MIL-STD-1553B operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ParseError),
}pub type Result<T> = Result<T, ParseError>;Result type for MIL-STD-1553B operations
pub enum Result<T> {
Ok(T),
Err(ParseError),
}