Type Definition ovmi::executor::ExecResultTOf[][src]

type ExecResultTOf<T, Ext> = Result<T, ExecError<AddressOf<Ext>>>;
Expand description

Generic ExecResult tyoe from Ext.