pgrx_sql_entity_graph

Trait TypeMatch

Source
pub trait TypeMatch {
    // Required method
    fn id_matches(&self, arg: &TypeId) -> bool;
}

Required Methods§

Source

fn id_matches(&self, arg: &TypeId) -> bool

Implementors§