pub trait OptionalMetadataBlock: MetadataBlock + OptionalMetadataBlock {
const OPTIONAL_TYPE: OptionalBlockType;
}Expand description
A type of FLAC metadata block which is not required
The STREAMINFO block is required. All others are optional.
Required Associated Constants§
Sourceconst OPTIONAL_TYPE: OptionalBlockType
const OPTIONAL_TYPE: OptionalBlockType
Our optional block type
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.