Function insert_or_update_comment

Source
pub async fn insert_or_update_comment(
    db: &mut SqliteConnection,
    comment: Comment,
) -> Result<SqliteQueryResult>