Trait method lrs::parse::Parse::parse

Tries to parse the object.

Syntax

fn parse<P>(&self) -> Result<P, Errno>
   where P: Parsable,