pub type GeneratedTask = TaskSpec;Aliased Type§
pub struct GeneratedTask {
pub title: String,
pub body: String,
pub priority: Option<String>,
pub depends_on: Vec<u32>,
pub tags: Vec<String>,
}Fields§
§title: String§body: String§priority: Option<String>§depends_on: Vec<u32>