pub type BoxLogSinker = Box<dyn for<'a> FnOnce(&'a mut dyn DynLogReader) -> BoxFuture<'a, Result<!>> + Send + 'static>;
Aliased Type§
struct BoxLogSinker(/* private fields */);
pub type BoxLogSinker = Box<dyn for<'a> FnOnce(&'a mut dyn DynLogReader) -> BoxFuture<'a, Result<!>> + Send + 'static>;
struct BoxLogSinker(/* private fields */);