[][src]Trait jemalloc_ctl::AsName

pub trait AsName {
    fn name(&self) -> &Name;
}

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

Required methods

fn name(&self) -> &Name

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

Loading content...

Implementors

impl AsName for [u8][src]

impl AsName for str[src]

Loading content...