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