Function mentat_transaction::query::lookup_values
[−]
[src]
pub fn lookup_values<'sqlite, E, A>(
sqlite: &'sqlite Connection,
known: Known,
entity: E,
attribute: A
) -> Result<Vec<TypedValue>> where
E: Into<Entid>,
A: Into<Entid>,