[][src]Trait libimagtodo::task::Task

pub trait Task {
    fn get_uuid(&self) -> Result<Uuid>;
}

Required methods

fn get_uuid(&self) -> Result<Uuid>

Loading content...

Implementations on Foreign Types

impl Task for Entry[src]

Loading content...

Implementors

Loading content...