fn parse_pdx(
entry: &FileEntry,
content: &'static str,
memory: &ParserMemory,
) -> Block
Expand description
Parse a whole file into a Block
.
fn parse_pdx(
entry: &FileEntry,
content: &'static str,
memory: &ParserMemory,
) -> Block
Parse a whole file into a Block
.