ExistsInfo

Type Alias ExistsInfo 

Source
pub type ExistsInfo = HashMap<String, Option<ID>>;
Expand description

The type returned from check_exists. The format is URL: ID. If ID is None, then that url doesn’t exist in the db.

Aliased Type§

pub struct ExistsInfo { /* private fields */ }