[−][src]Trait moore_common::grind::Chisel
Associated Types
type Value
Required methods
fn end() -> Self
fn is_end(&self) -> bool
fn value(self) -> Option<Self::Value>
fn value_ref(&self) -> Option<&Self::Value>
Implementations on Foreign Types
impl<T> Chisel for Option<T>
[src]
impl<T> Chisel for Option<T>
type Value = T
fn end() -> Option<T> | [src] |
fn is_end(&self) -> bool | [src] |
fn value(self) -> Option<T> | [src] |
fn value_ref(&self) -> Option<&T> | [src] |