Skip to main content

ResJob

Type Alias ResJob 

Source
pub type ResJob = Job<'static>;
Expand description

Resource loading job.

Returned by resource methods like post_bundle().

Aliased Type§

pub struct ResJob {
    pub id: i64,
    /* private fields */
}

Fields§

§id: i64