Trait static_atom::Expect

source ·
pub trait Expect<T>: Sized {
    fn expect(self, value: &T) -> Option<Self>;
}

Required Methods

Implementations on Foreign Types

Implementors