Type Definition protobuf::error::ProtobufResult
[−]
[src]
type ProtobufResult<T> = Result<T, ProtobufError>;
type ProtobufResult<T> = Result<T, ProtobufError>;