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