[][src]Function places::storage::get_meta

pub(crate) fn get_meta<T: FromSql>(
    db: &PlacesDb,
    key: &str
) -> Result<Option<T>>