pub type Result<T> = Result<T, InlineError>;Expand description
A specialized Result type for CSS inlining operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(InlineError),
}pub type Result<T> = Result<T, InlineError>;A specialized Result type for CSS inlining operations.
pub enum Result<T> {
Ok(T),
Err(InlineError),
}