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