Function paprika_api::api::get_recipe_by_id[][src]

pub async fn get_recipe_by_id(
    token: &str,
    id: &str
) -> Result<Recipe, Box<dyn Error>>