Trait eingang::models::eingang::Idable[][src]

pub trait Idable {
    fn get_uuid(&self) -> Uuid;
}

Required methods

fn get_uuid(&self) -> Uuid[src]

Loading content...

Implementors

impl Idable for Note[src]

impl Idable for Task[src]

impl Idable for Thread[src]

Loading content...