Trait petgraph::matrix_graph::Nullable [−][src]
Wrapper trait for an Option
, allowing user-defined structs to be input as containers when
defining a null element.
Note: this trait is currently sealed and cannot be implemented for types outside this crate.
Implementations on Foreign Types
impl<T> Nullable for Option<T>
[src]
impl<T> Nullable for Option<T>
[src]Implementors
Loading content...