pgrx_sql_entity_graph

Trait TypeIdentifiable

Source
pub trait TypeIdentifiable {
    // Required methods
    fn ty_id(&self) -> &TypeId;
    fn ty_name(&self) -> &str;
}

Required Methods§

Source

fn ty_id(&self) -> &TypeId

Source

fn ty_name(&self) -> &str

Implementors§