Skip to main content

IoSource

Trait IoSource 

Source
pub trait IoSource:
    Read
    + Seek
    + Send { }
Expand description

A byte source FFmpeg can demux from.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: Read + Seek + Send> IoSource for T