Modules
Traits
Trait for stateless decoder backends. The decoder will call into the backend
to request decode operations. The backend can operate in blocking mode,
where it will wait until the current decode finishes, or in non-blocking
mode, where it should return immediately with any previously decoded frames
that happen to be ready.