Type Alias DefaultBinder

pub type DefaultBinder = Binder<Timeout<DefaultAcceptorFactory, LayerErrorStatic<Elapsed>>, StreamForwardService>;
Expand description

Default Binder type.

Aliased Typeยง

pub struct DefaultBinder { /* private fields */ }