pub type DefaultErrorFn<M> = fn(_: &mut M, err: StreamError);
Expand description

The default stream error function type used when unspecified.