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