pub struct WmoGroupParser;Expand description
Legacy parser for compatibility
Implementations§
Source§impl WmoGroupParser
impl WmoGroupParser
Sourcepub fn parse_group<R: Read + Seek>(
&self,
_reader: &mut R,
_group_index: u32,
) -> Result<LegacyWmoGroup>
pub fn parse_group<R: Read + Seek>( &self, _reader: &mut R, _group_index: u32, ) -> Result<LegacyWmoGroup>
Parse a WMO group file (legacy interface)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WmoGroupParser
impl RefUnwindSafe for WmoGroupParser
impl Send for WmoGroupParser
impl Sync for WmoGroupParser
impl Unpin for WmoGroupParser
impl UnwindSafe for WmoGroupParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more