PortableMetadataBlock

Trait PortableMetadataBlock 

Source
pub trait PortableMetadataBlock: OptionalMetadataBlock { }
Expand description

A type of optional FLAC metadata block which is portable

These are blocks which may be safely ported from one encoding of a FLAC file to another.

All blocks except STREAMINFO and SEEKTABLE are considered portable.

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.

Implementors§