tokio_cron_scheduler

Type Alias PinnedGetFuture

Source
pub type PinnedGetFuture<T> = Pin<Box<dyn Future<Output = Result<Option<Arc<RwLock<T>>>, JobSchedulerError>> + Send>>;

Aliased Typeยง

struct PinnedGetFuture<T> {}