pub type ResolveResult = Result<Value, ExecutionError>;

Trait Implementations§

source§

impl From<ExecutionError> for ResolveResult

source§

fn from(value: ExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<Value> for ResolveResult

source§

fn from(value: Value) -> Self

Converts to this type from the input type.