Trait CellOption

Source
trait CellOption {
    // Required method
    fn is_none(&self) -> bool;
}

Required Methods§

Source

fn is_none(&self) -> bool

Implementations on Foreign Types§

Source§

impl<T> CellOption for Cell<Option<T>>

Source§

fn is_none(&self) -> bool

Implementors§