[][src]Function rsprocmaps::from_str

pub fn from_str<'a>(maps_data: &'a str) -> Maps<&'a [u8]>

Notable traits for Maps<T>

impl<T: BufRead> Iterator for Maps<T> type Item = Result<Map, Error>;

Returns an iterable Maps parsed from the given string.