Trait todoist::command::Archive [] [src]

pub trait Archive {
    fn archive(self) -> Command;
fn unarchive(self) -> Command; }

Required Methods

Implementors