Type Alias RuntimeContractFunction

Source
pub type RuntimeContractFunction<T> = dyn Fn(T) -> Result<T>;