Struct idna::uts46::Errors[][src]

pub struct Errors(_);

Errors recorded during UTS #46 processing.

This is opaque for now, only indicating the presence of at least one error. More details may be exposed in the future.

Trait Implementations

impl Debug for Errors
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Errors

impl Sync for Errors