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.
Object Safety§
This trait is not object safe.