parse

Function parse 

Source
pub fn parse<B, E>(input: &[u8]) -> Result<SubtextIterator<B, E>>
where E: From<Entity> + AsRef<Entity>, B: From<Block<E>>,
Expand description

Parse a raw buffer as a chunk of subtext. The iterator yields the parsed subtext one block at a time.