RTPWriterBoxFn

Type Alias RTPWriterBoxFn 

Source
pub type RTPWriterBoxFn = Box<dyn Fn(&Packet, &Attributes) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + Sync>> + Send + Sync>;

Aliased Typeยง

pub struct RTPWriterBoxFn(/* private fields */);