Skip to main content

JobResult

Type Alias JobResult 

Source
pub type JobResult = RUMResult<JobResultType>;

Aliased Type§

pub enum JobResult {
    Ok(JobResultType),
    Err(CompactString),
}

Variants§

§1.0.0

Ok(JobResultType)

Contains the success value

§1.0.0

Err(CompactString)

Contains the error value