Trait tikv_jemalloc_ctl::Access
source · pub trait Access<T> {
// Required methods
fn read(&self) -> Result<T>;
fn write(&self, value: T) -> Result<()>;
fn update(&self, value: T) -> Result<T>;
}
Expand description
Safe read access to the MALLCTL NAMESPACE.