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§
Provided Methods§
fn merge_func(src: &Value) -> Value
Object Safety§
This trait is not object safe.