Enum dtab::path::PathError [] [src]

pub enum PathError<'bytes> {
    InvalidCharacter {
        ch: char,
        at: usize,
        elem: &'bytes str,
    },
}

Variants

Fields of InvalidCharacter

Trait Implementations

impl<'bytes> Debug for PathError<'bytes>
[src]

Formats the value using the given formatter.