pub type TypesResult<T> = Result<T, TypesError>;Expand description
The result type for shared microsandbox contract operations.
Aliased Type§
pub enum TypesResult<T> {
Ok(T),
Err(TypesError),
}pub type TypesResult<T> = Result<T, TypesError>;The result type for shared microsandbox contract operations.
pub enum TypesResult<T> {
Ok(T),
Err(TypesError),
}