[][src]Trait work_tock_lib::Pestable

pub trait Pestable: Sized {
    fn from_pesto(r: Pair<Rule>) -> Result<Self, LineErr>;

    fn from_pestopt(po: Option<Pair<Rule>>) -> Result<Self, LineErr> { ... }
fn pest_parse(r: Rule, s: &str) -> Result<Self, LineErr> { ... } }

Required methods

fn from_pesto(r: Pair<Rule>) -> Result<Self, LineErr>

Loading content...

Provided methods

fn from_pestopt(po: Option<Pair<Rule>>) -> Result<Self, LineErr>

fn pest_parse(r: Rule, s: &str) -> Result<Self, LineErr>

Loading content...

Implementors

impl Pestable for ClockAction[src]

impl Pestable for LineClockAction[src]

impl Pestable for STime[src]

impl<T> Pestable for T where
    T: Num + FromStr,
    TokErr: From<<T as FromStr>::Err>, 
[src]

Loading content...