Skip to main content

TagExt

Trait TagExt 

Source
pub trait TagExt {
    // Required methods
    fn from_bytes_lossy(bytes: &[u8]) -> Self;
    fn as_u32(self) -> u32;
    fn is_null(self) -> bool;
    fn default_script() -> Self;
    fn default_language() -> Self;
    fn to_uppercase(&self) -> Self;
}

Required Methods§

Source

fn from_bytes_lossy(bytes: &[u8]) -> Self

Source

fn as_u32(self) -> u32

Source

fn is_null(self) -> bool

Source

fn default_script() -> Self

Source

fn default_language() -> Self

Source

fn to_uppercase(&self) -> Self

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§