[][src]Trait conv::misc::InvalidSentinel

pub trait InvalidSentinel {
    fn invalid_sentinel() -> Self;
}

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.

Loading content...

Implementations on Foreign Types

impl InvalidSentinel for f32[src]

impl InvalidSentinel for f64[src]

Loading content...

Implementors

Loading content...