Trait rustjs::deno_cron::CronHandler
source · pub trait CronHandler {
type EH: CronHandle + 'static;
// Required method
fn create(&self, spec: CronSpec) -> Result<Self::EH, Error>;
}pub trait CronHandler {
type EH: CronHandle + 'static;
// Required method
fn create(&self, spec: CronSpec) -> Result<Self::EH, Error>;
}