[][src]Function wread_data_mongodb::crud_repository::delete_one

pub fn delete_one(
    query: Document,
    options: impl Into<Option<DeleteOptions>>,
    collection_name: &str,
    db: &Database
) -> MongoResult<DeleteResult>