Type Definition rtp::packetizer::FnTimeGen[][src]

pub type FnTimeGen = Arc<dyn Fn() -> Pin<Box<dyn Future<Output = SystemTime> + Send + 'static>> + Send + Sync>;
Expand description

FnTimeGen provides current SystemTime