pub trait TypedHandlerRegistrar:
Send
+ Sync
+ 'static {
// Required method
fn install_job(&self, jobs: Jobs) -> Jobs;
}Expand description
TypeHandler is used to configure the spring-macro marked job handler
pub trait TypedHandlerRegistrar:
Send
+ Sync
+ 'static {
// Required method
fn install_job(&self, jobs: Jobs) -> Jobs;
}TypeHandler is used to configure the spring-macro marked job handler