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