Skip to main content

DefaultAbortable

Type Alias DefaultAbortable 

pub type DefaultAbortable<S> = Abortable<S, LayerErrorStatic<Aborted>>;
Expand description

default Abortable

Aliased Typeยง

pub struct DefaultAbortable<S> { /* private fields */ }