pub trait HandlerOption: Default {
    type Options: HandlerOptions<OptionItem = Self>;
}
Expand description

A trait that represents an option which can be set when creating handlers

Required Associated Types§

source

type Options: HandlerOptions<OptionItem = Self>

Implementors§