Trait apalis_core::worker::Message
source · [−]pub trait Message {
type Result: 'static;
}Available on crate feature
worker only.Expand description
Message trait for setting result of message
Required Associated Types
Implementors
sourceimpl Message for StorageWorkerPulse
Available on crate feature storage only.
impl Message for StorageWorkerPulse
Available on crate feature
storage only.