pub trait SourceFormat: Sealed { }Expand description
Sealed marker trait identifying a source pixel format.
Used as a type parameter on sinks that specialize per source.
Implementors are the zero-sized markers in crate::source.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".