Type Definition protobuf::error::ProtobufResult

source ·
pub type ProtobufResult<T> = Result<T, ProtobufError>;