Struct rpkg_rs::resource::pdefs::h2016_parser::H2016Parser
source · pub struct H2016Parser;Trait Implementations§
source§impl PackageDefinitionParser for H2016Parser
impl PackageDefinitionParser for H2016Parser
fn parse(data: &[u8]) -> Result<Vec<PartitionInfo>, PackageDefinitionError>
Auto Trait Implementations§
impl Freeze for H2016Parser
impl RefUnwindSafe for H2016Parser
impl Send for H2016Parser
impl Sync for H2016Parser
impl Unpin for H2016Parser
impl UnwindSafe for H2016Parser
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