Trait method lrs::prelude::v1::Parse::parse

Tries to parse the object.

Syntax

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