Type Alias JobId

Source
pub type JobId = Id<Job>;

Aliased Type§

pub struct JobId { /* private fields */ }

Trait Implementations§

Source§

impl Display for JobId

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more