Function lemmy_api_common::get_post[][src]

pub async fn get_post(
    post_id: PostId,
    pool: &DbPool
) -> Result<Post, LemmyError>