pub struct DecoderFactory;
Trait Implementations§
Source§impl StreamProcessorFactory for DecoderFactory
impl StreamProcessorFactory for DecoderFactory
fn connect_to_stream_processor( &self, stream: &dyn ElementaryStream, format_details_version_ordinal: u64, ) -> BoxFuture<'_, Result<StreamProcessorProxy>>
Auto Trait Implementations§
impl Freeze for DecoderFactory
impl RefUnwindSafe for DecoderFactory
impl Send for DecoderFactory
impl Sync for DecoderFactory
impl Unpin for DecoderFactory
impl UnwindSafe for DecoderFactory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more