flams_
ftml
0.0.1
Cell
Option
Required Methods
is_none
Implementations on Foreign Types
Cell<Option<T>>
Implementors
In flams_
ftml::
parser::
nodes
flams_ftml
::
parser
::
nodes
Trait
CellOption
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
§