Enum rust_htslib::bam::BGZFError
source · pub enum BGZFError {
Some,
}
Variants§
Some
Trait Implementations§
source§impl Error for BGZFError
impl Error for BGZFError
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<BGZFError> for IndexedReaderError
impl From<BGZFError> for IndexedReaderError
source§fn from(err: BGZFError) -> IndexedReaderError
fn from(err: BGZFError) -> IndexedReaderError
Converts to this type from the input type.
source§impl From<BGZFError> for ReaderPathError
impl From<BGZFError> for ReaderPathError
source§fn from(err: BGZFError) -> ReaderPathError
fn from(err: BGZFError) -> ReaderPathError
Converts to this type from the input type.
source§impl From<BGZFError> for WriterPathError
impl From<BGZFError> for WriterPathError
source§fn from(err: BGZFError) -> WriterPathError
fn from(err: BGZFError) -> WriterPathError
Converts to this type from the input type.