Trait sway_parse::Parse
source · [−]pub trait Parse {
fn parse(parser: &mut Parser<'_, '_>) -> Result<Self, ErrorEmitted>
where
Self: Sized;
}
pub trait Parse {
fn parse(parser: &mut Parser<'_, '_>) -> Result<Self, ErrorEmitted>
where
Self: Sized;
}