Struct stringprep::Error
[−]
[src]
pub struct Error(_);
An error performing the stringprep algorithm.
Trait Implementations
impl Debug for Error
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src][−]
Formats the value using the given formatter.
impl Display for Error
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src][−]
Formats the value using the given formatter. Read more