pub type RustackResult<T> = Result<T, RustackError>;Expand description
Convenience result type for Rustack operations.
Aliased Type§
pub enum RustackResult<T> {
Ok(T),
Err(RustackError),
}pub type RustackResult<T> = Result<T, RustackError>;Convenience result type for Rustack operations.
pub enum RustackResult<T> {
Ok(T),
Err(RustackError),
}