pub type Result<T> = Result<T, ProtobufError>;Expand description
Custom Result type for protobuf operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ProtobufError),
}pub type Result<T> = Result<T, ProtobufError>;Custom Result type for protobuf operations
pub enum Result<T> {
Ok(T),
Err(ProtobufError),
}