pub type ParseElfResult<T> = Result<T, ParseElfError>;Expand description
The result type for Elfy, wraps a ParseElfError
Aliased Type§
pub enum ParseElfResult<T> {
Ok(T),
Err(ParseElfError),
}pub type ParseElfResult<T> = Result<T, ParseElfError>;The result type for Elfy, wraps a ParseElfError
pub enum ParseElfResult<T> {
Ok(T),
Err(ParseElfError),
}