Trait ice_rs::slice::parser::ParsedModule[][src]

pub trait ParsedModule {
    fn parse(
        &mut self,
        rule: &mut Pairs<'_, Rule>
    ) -> Result<(), Box<dyn Error>>
    where
        Self: Sized
; }

Required methods

fn parse(&mut self, rule: &mut Pairs<'_, Rule>) -> Result<(), Box<dyn Error>> where
    Self: Sized
[src]

Loading content...

Implementors

impl ParsedModule for Module[src]

Loading content...