[][src]Function comment_app_backend::handlers::downvotes_total

pub async fn downvotes_total(
    comment_id: String,
    db_conn: Arc<Mutex<Connection>>
) -> Result<impl Reply, Infallible>