[][src]Trait ms_oforms::controls::form::parser::AlignedFormClassParser

pub trait AlignedFormClassParser: AlignedParser {
    fn parse_form_object_depth_type_count<'a>(
        &self,
        input: &'a [u8]
    ) -> IResult<&'a [u8], (u8, SiteType, u32)> { ... } }

Provided methods

fn parse_form_object_depth_type_count<'a>(
    &self,
    input: &'a [u8]
) -> IResult<&'a [u8], (u8, SiteType, u32)>

Loading content...

Implementors

impl<T> AlignedFormClassParser for T where
    T: AlignedParser
[src]

Loading content...