pub type Result<T> = Result<T, ExtractionError>;Expand description
Result type for article extraction operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ExtractionError),
}pub type Result<T> = Result<T, ExtractionError>;Result type for article extraction operations
pub enum Result<T> {
Ok(T),
Err(ExtractionError),
}