Trait yatp::queue::WithExtras [−][src]
A convenient trait that support construct a TaskCell with given extras.
Required methods
fn with_extras(self, extras: impl FnOnce() -> Extras) -> T
[src][−]
Return a TaskCell with the given extras.