gstreamer::tags

Trait CustomTag

Source
pub trait CustomTag<'a>: Tag<'a> {
    const FLAG: TagFlag;
    const NICK: &'static GStr;
    const DESCRIPTION: &'static GStr;

    // Provided method
    fn merge_func(src: &Value) -> Value { ... }
}

Required Associated Constants§

Source

const FLAG: TagFlag

Source

const NICK: &'static GStr

Source

const DESCRIPTION: &'static GStr

Provided Methods§

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§