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