pub type DynStatelessVideoDecoder<D> = Box<dyn StatelessVideoDecoder<Handle = DynDecodedHandle<D>, FramePool = dyn FramePool<Descriptor = D>>>;Aliased Typeยง
struct DynStatelessVideoDecoder<D>(/* private fields */);pub type DynStatelessVideoDecoder<D> = Box<dyn StatelessVideoDecoder<Handle = DynDecodedHandle<D>, FramePool = dyn FramePool<Descriptor = D>>>;struct DynStatelessVideoDecoder<D>(/* private fields */);