Trait MediaType

Source
pub trait MediaType: Debug + 'static {
    type ConfigRange: ConfigRange<Config = Self::Config>;
    type Config: Debug + Clone + Send + Sync + 'static;
    type FrameData: Debug + Clone + Send + Sync + 'static;
}

Required Associated Types§

Source

type ConfigRange: ConfigRange<Config = Self::Config>

Source

type Config: Debug + Clone + Send + Sync + 'static

Source

type FrameData: Debug + Clone + Send + Sync + 'static

Implementors§