pub trait Extension: TryFrom<Value> {
    const NAME: &'static str;
}

Required Associated Constants

Implementors