Type Definition sphinx::runtime::errors::ExecResult

source · []
pub type ExecResult<T> = Result<T, Box<RuntimeError>>;