DispatchEtable

Type Alias DispatchEtable 

Source
pub type DispatchEtable<'config, H, F = Efn<'config, H>> = DispatchEtable<State<'config>, H, CallCreateTrap, F>;
Expand description

Standard Etable.

Aliased Typeยง

pub struct DispatchEtable<'config, H, F = Efn<'config, H>>(/* private fields */);