pub trait Tasks {
    // Required method
    fn get() -> TasksGetResponse;
}

Required Methods§

Implementors§