Expand description
Error types returned by this crate.
Enums§
- Error
- Everything that can go wrong while reading, writing or indexing sequences.
- Parse
Error - Detail for
Error::Parse. Also#[non_exhaustive].
Type Aliases§
- Result
- Convenience alias for results produced by
fastx.