[−][src]Trait assembly_data::fdb::parser::ParseFDB
Trait that implements parsing from a FDB file
Associated Types
Loading content...Required methods
Loading content...Provided methods
pub fn parse(input: &[u8]) -> IResult<&[u8], Self>[src]
Parse an FDB structure from a input slice
This function chains ParseLE::parse with ParseFDB::new