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

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

Required methods

pub 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...