[][src]Function skytraxx_airspace_parser::parse

pub fn parse<R: BufRead>(reader: &mut R) -> Result<Option<Airspace>, String>

Process the reader line by line and return the next complete airspace.

When the end of the reader has been reached, return None.