pub type Job = Task<JobResult>;Aliased Type§
pub struct Job {
pub id: Uuid,
pub finished: bool,
pub result: Option<Result<Option<Result<RUMWebResponse, String>>, String>>,
}Fields§
§id: Uuid§finished: bool§result: Option<Result<Option<Result<RUMWebResponse, String>>, String>>