Type Alias dfir_rs::util::deploy::DynSink

source ·
pub type DynSink<Input> = Pin<Box<dyn Sink<Input, Error = Error> + Sync + Send>>;

Aliased Type§

struct DynSink<Input> {}