Skip to main content
CellOption
flams_
search
0.0.1
Cell
Option
Required Methods
is_none
Implementations on Foreign Types
Cell<Option<T>>
Implementors
In flams_
search::
textify::
ever
flams_search
::
textify
::
ever
Trait
Cell
Option
Copy item path
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
§