pub trait Managers {
    // Required method
    fn get() -> ManagersGetResponse;
}

Required Methods§

Implementors§