delete_bookmark

Function delete_bookmark 

Source
pub fn delete_bookmark(db: &PlacesDb, guid: &Guid) -> Result<bool>
Expand description

Delete the specified bookmark. Returns true if a bookmark with the guid existed and was deleted, false otherwise.