decode_location

Function decode_location 

Source
pub fn decode_location(
    kind: &str,
    exact: Option<i64>,
    uri: Option<&str>,
) -> Result<TocLocation, Error>
Expand description

Decode the (location_kind, location_exact, location_uri) column triple back to a TocLocation.