tikv_jemalloc_ctl

Trait AsName

Source
pub trait AsName {
    // Required method
    fn name(&self) -> &Name;
}
Expand description

Converts a null-terminated byte-string into a Name.

Required Methods§

Source

fn name(&self) -> &Name

Converts a null-terminated byte-string into a Name.

Implementations on Foreign Types§

Source§

impl AsName for str

Source§

fn name(&self) -> &Name

Source§

impl AsName for [u8]

Source§

fn name(&self) -> &Name

Implementors§