Trait citadel::TryAsStr[][src]

pub trait TryAsStr {
    fn try_as_str(self) -> Option<&'static str>;
}

Required methods

fn try_as_str(self) -> Option<&'static str>[src]

Loading content...

Implementations on Foreign Types

impl TryAsStr for *const c_char[src]

Loading content...

Implementors

Loading content...