pub struct BinaryParser { /* private fields */ }Expand description
Reads a binary skeleton file and returns a Skeleton.
Implementations§
Source§impl BinaryParser
 
impl BinaryParser
Auto Trait Implementations§
impl Freeze for BinaryParser
impl RefUnwindSafe for BinaryParser
impl Send for BinaryParser
impl Sync for BinaryParser
impl Unpin for BinaryParser
impl UnwindSafe for BinaryParser
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