Trait protobuf::rt::ProtobufVarint
source · pub trait ProtobufVarint {
// Required method
fn len_varint(&self) -> u32;
}
Expand description
Helper trait implemented by integer types which could be encoded as varint.
Required Methods§
sourcefn len_varint(&self) -> u32
fn len_varint(&self) -> u32
Size of self when encoded as varint.