pub trait ServiceRoot {
    // Required method
    fn get() -> ServiceRootGetResponse;
}

Required Methods§

Implementors§