pub fn get_fact(
conn: &Connection,
fact_id: &str,
) -> Result<Option<Fact>, MemoryError>Expand description
Get a fact by ID.
pub fn get_fact(
conn: &Connection,
fact_id: &str,
) -> Result<Option<Fact>, MemoryError>Get a fact by ID.