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