pub type QueryResult = Result<(), BlockNotFound>;Expand description
The result of a Query.
Aliased Type§
pub enum QueryResult {
Ok(()),
Err(BlockNotFound),
}pub type QueryResult = Result<(), BlockNotFound>;The result of a Query.
pub enum QueryResult {
Ok(()),
Err(BlockNotFound),
}