1 2 3 4 5 6 7
use crate::define::TH_ESStreamInfo; pub trait AsCPacketView { fn get_info(&self) -> &TH_ESStreamInfo; fn get_data(&self) -> &[u8]; }