Trait fera_optional::BuildNone
[−]
[src]
pub trait BuildNone<T> { fn none() -> T; fn desc() -> &'static str; }
A builder for None
values for type T
.