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

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

Associated Types

type Value

Loading content...

Required methods

fn end() -> Self

fn is_end(&self) -> bool

fn value(self) -> Option<Self::Value>

fn value_ref(&self) -> Option<&Self::Value>

Loading content...

Implementations on Foreign Types

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

type Value = T

Loading content...

Implementors

Loading content...