has_some

Trait HasSomeConsume

Source
pub trait HasSomeConsume {
    // Required method
    fn has_some(self) -> bool;
}

Required Methods§

Source

fn has_some(self) -> bool

Implementations on Foreign Types§

Source§

impl<T> HasSomeConsume for NonNull<[T]>

Implementors§