Struct rcstring::Error [] [src]

pub struct Error(_);

Error returned when a CString was initialized without a trailing NULL byte, or if there are non-ASCII characters in the string

Trait Implementations

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result