Struct target_tuples::UnknownError [−][src]
pub struct UnknownError;
Expand description
The result of FromStr::from_str, when parsing a field (other than vendor), with a value that is not known to the library
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnknownErrorimpl Send for UnknownErrorimpl Sync for UnknownErrorimpl Unpin for UnknownErrorimpl UnwindSafe for UnknownErrorBlanket Implementations
Mutably borrows from an owned value. Read more