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

Required Methods§

Implementors§