Trait pgrx_sql_entity_graph::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§