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