pub fn ensure_entity_exists(conn: &Connection, entity_id: i64) -> Result<()>Expand description
Check that an entity exists. Returns error if not found.
pub fn ensure_entity_exists(conn: &Connection, entity_id: i64) -> Result<()>Check that an entity exists. Returns error if not found.