[][src]Type Definition no_proto::pointer::string::NP_String

type NP_String<'string> = &'string str;

&str type alias

Trait Implementations

impl<'value> NP_Scalar<'value> for NP_String<'value>[src]