pub struct RawArrayFile(/* private fields */);Expand description
Wraps reading for some simpler parsing code
Implementations§
Source§impl RawArrayFile
impl RawArrayFile
Sourcepub fn valid_open<P: AsRef<Path>>(path: P) -> Result<RawArrayFile>
pub fn valid_open<P: AsRef<Path>>(path: P) -> Result<RawArrayFile>
Open and validate a RawArray file and return a File handle,
but don’t attempt to parse.
Auto Trait Implementations§
impl Freeze for RawArrayFile
impl !RefUnwindSafe for RawArrayFile
impl !Send for RawArrayFile
impl !Sync for RawArrayFile
impl Unpin for RawArrayFile
impl !UnwindSafe for RawArrayFile
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