Type Definition webrtc_util::vnet::router::ChunkFilterFn[][src]

type ChunkFilterFn = Box<dyn Fn(&(dyn Chunk + Send + Sync)) -> bool + Send + Sync>;