Struct wurl::util::options::OptionParseError [] [src]

pub struct OptionParseError { /* fields omitted */ }

An error that occurs when parsing of an option occurs

Trait Implementations

impl Clone for OptionParseError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OptionParseError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations