pub struct EncoderFactory;
Trait Implementations§
Source§impl StreamProcessorFactory for EncoderFactory
impl StreamProcessorFactory for EncoderFactory
fn connect_to_stream_processor( &self, stream: &dyn ElementaryStream, format_details_version_ordinal: u64, ) -> BoxFuture<'_, Result<StreamProcessorProxy>>
Auto Trait Implementations§
impl Freeze for EncoderFactory
impl RefUnwindSafe for EncoderFactory
impl Send for EncoderFactory
impl Sync for EncoderFactory
impl Unpin for EncoderFactory
impl UnwindSafe for EncoderFactory
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