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]

Formats the value using the given formatter.