pub type Result<T> = Result<T, SomeIpError>;Expand description
Result type alias for SOME/IP operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SomeIpError),
}pub type Result<T> = Result<T, SomeIpError>;Result type alias for SOME/IP operations.
pub enum Result<T> {
Ok(T),
Err(SomeIpError),
}