JobId

Type Alias JobId 

Source
pub type JobId = Uuid;

Aliased Type§

pub struct JobId(/* private fields */);

Trait Implementations§

Source§

impl FromApp for JobId

Source§

fn from_app<'life0, 'life1, 'life2, 'async_trait>( job_id: &'life0 JobId, _scheduler: &'life1 JobScheduler, _app: &'life2 App, ) -> Pin<Box<dyn Future<Output = Self> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait, 'life2: 'async_trait,