Trait bonsaidb_core::key::VariableInteger
source · 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.