Type Definition noble_contracts::chain_extension::Result[][src]

type Result<T> = Result<T, DispatchError>;

Result that returns a DispatchError on error.