pub struct FastqPairReader { /* private fields */ }Implementations§
Source§impl FastqPairReader
impl FastqPairReader
pub fn from_paths( forward: impl AsRef<Path>, reverse: impl AsRef<Path>, phred_offset: u8, ) -> Result<Self>
pub fn next_pair(&mut self) -> Result<Option<(FastqRecord, FastqRecord)>>
Auto Trait Implementations§
impl Freeze for FastqPairReader
impl RefUnwindSafe for FastqPairReader
impl Send for FastqPairReader
impl Sync for FastqPairReader
impl Unpin for FastqPairReader
impl UnwindSafe for FastqPairReader
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