Enum rdir_encoding::RdirError [] [src]

pub enum RdirError {
    Decode(String),
    Encode(String),
}

Variants

Trait Implementations

impl Debug for RdirError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for RdirError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RdirError

impl Sync for RdirError