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