Expand description
Reader for a single path or Readers for multiple paths
Variants
Reader(Reader)
Readers(Readers)
Implementations
sourceimpl Paths
impl Paths
sourcepub fn iter_record(&mut self) -> ParseResult<Option<Fastx<'_>>>
pub fn iter_record(&mut self) -> ParseResult<Option<Fastx<'_>>>
iterate a fatsx record for a Reader or Readers
Auto Trait Implementations
impl !RefUnwindSafe for Paths
impl !Send for Paths
impl !Sync for Paths
impl Unpin for Paths
impl !UnwindSafe for Paths
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more