pub type ExistsInfo = HashMap<String, Option<ID>>;
The type returned from check_exists. The format is URL: ID. If ID is None, then that url doesn’t exist in the db.
check_exists
pub struct ExistsInfo { /* private fields */ }