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