[−][src]Trait conv::misc::InvalidSentinel
This trait indicates that a type has an "invalid" sentinel value.
This is used by the errors::UnwrapOrInvalid extension trait.
Required methods
fn invalid_sentinel() -> Self
Returns the type's "invalid" sentinel value.