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