parse

Function parse 

Source
pub fn parse<F: FromStr>(data: &FsStr) -> Result<F, Errno>
where <F as FromStr>::Err: Debug,
Expand description

Parses data slice into another type.

This relies on str::parse so expects data to be utf8.