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

impl Debug for Error
[src]

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

Formats the value using the given formatter.