[][src]Function comment_app_backend::handlers::get_comment

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