pub trait FrameTrait: AckElicitable + CongestionControlled + Probing { }

Implementors§

source§

impl<T: AckElicitable + CongestionControlled + Probing> FrameTrait for T

Implement FrameTrait for all types that implement the required subtraits