Trait todoist::command::Complete [] [src]

pub trait Complete {
    fn complete(self) -> Command;
fn uncomplete(self) -> Command; }

Required Methods

Implementors