Trait notion_async_api::Object

source ·
pub trait Object: Send {
    // Required methods
    fn id(&self) -> &str;
    fn object_type(&self) -> ObjectType;
}

Required Methods§

source

fn id(&self) -> &str

source

fn object_type(&self) -> ObjectType

Implementors§