pub trait DoviProfile {
    // Provided methods
    fn dm_data() -> VdrDmData { ... }
    fn backwards_compatible() -> bool { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§