Skip to main content

BoxSink

Type Alias BoxSink 

Source
type BoxSink<T> = Pin<Box<dyn Sink<T, Error = SessionManagerError> + Send>>;

Aliased Typeยง

#[repr(transparent)]
struct BoxSink<T> { /* private fields */ }