Trait AsName
tikv_jemalloc_ctl
pub trait AsName { fn name(&self) -> &Name; }
Converts a null-terminated byte-string into a Name.
Name
fn name(&self) -> &Name
impl AsName for [u8]
impl AsName for str