pub type IndexerResult = Result<(), ExecutorError>;Expand description
See: https://asimov-specs.github.io/program-patterns/#indexer
Aliased Type§
pub enum IndexerResult {
Ok(()),
Err(ExecutorError),
}pub type IndexerResult = Result<(), ExecutorError>;See: https://asimov-specs.github.io/program-patterns/#indexer
pub enum IndexerResult {
Ok(()),
Err(ExecutorError),
}