pub trait CanTransmit<F>: Sink<F> + Sealed { }

Implementors§

source§

impl<T, F> CanTransmit<F> for Twhere T: ?Sized + Sink<F>,