Trait lrs::prelude::v1::Parse

Types that can be parsed.

Syntax

trait Parse {
    /* Required methods */
    fn parse<P>(&self) -> Result<P, Errno>
        where P: Parsable,
}

Methods

ReceiverNameDescription
&selfparse

Tries to parse the object.