pub trait ProtobufVarint {
    fn len_varint(&self) -> u32;
}
Expand description

Helper trait implemented by integer types which could be encoded as varint.

Required methods

Size of self when encoded as varint.

Implementations on Foreign Types

Implementors