pub trait IntoDecodingWorker {
type Output: Send;
// Required method
fn with_decoder(self) -> Self::Output;
}Expand description
Defines a worker which can be given a handle to be capable of responding to the sender
Required Associated Types§
Required Methods§
Sourcefn with_decoder(self) -> Self::Output
fn with_decoder(self) -> Self::Output
Give the worker a reference