[go: up one dir, main page]

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§