pub trait Register {
    fn register(registry: Registry) -> Registry;
}

Required Methods§

Implementors§