pub type DefaultCaptureFn<M, S> = fn(_: &mut M, _: &Buffer<S>);
Expand description

The default capture function type used when unspecified.