Enum tango::Warning [] [src]

pub enum Warning {
    EncodedUrlMismatch {
        actual: String,
        expect: String,
    },
}

Variants

Fields of EncodedUrlMismatch

Trait Implementations

impl Debug for Warning
[src]

[src]

Formats the value using the given formatter.

impl Display for Warning
[src]

[src]

Formats the value using the given formatter. Read more