[−][src]Trait tree_buf::internal::primitive::Primitive
Required methods
fn id() -> PrimitiveId
Implementations on Foreign Types
impl Primitive for usize
[src]
usize gets it's own primitive which uses varint because we don't know the platform and maximum value here. This enables support for arbitrarily large indices, with runtime errors for values unsupported by the platform