[][src]Function places::storage::bookmarks::delete_bookmark

pub fn delete_bookmark(db: &PlacesDb, guid: &SyncGuid) -> Result<bool>

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