[][src]Trait moore::grind::Chisel

pub trait Chisel: Default {
    type Value;
    pub fn end() -> Self;
pub fn is_end(&self) -> bool;
pub fn value(self) -> Option<Self::Value>;
pub fn value_ref(&self) -> Option<&Self::Value>; }

Associated Types

Loading content...

Required methods

pub fn end() -> Self[src]

pub fn is_end(&self) -> bool[src]

pub fn value(self) -> Option<Self::Value>[src]

pub fn value_ref(&self) -> Option<&Self::Value>[src]

Loading content...

Implementations on Foreign Types

impl<T> Chisel for Option<T>[src]

type Value = T

Loading content...

Implementors

Loading content...