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