Trait bonsaidb::core::key::VariableInteger
pub trait VariableInteger: Variable + Send + Sync + Clone + Sealed { }
Expand description
A type that is compatible with VarInt
.
This trait is implemented by all of Rust’s built-in integer types.