StringTreeStr

Type Alias StringTreeStr 

Source
pub type StringTreeStr = &'static str;

Trait Implementations§

Source§

impl StringTree for StringTreeStr

Source§

fn get_ref<'a>(&'a self) -> &'a [u8]

Source§

fn to_string(&self) -> String