Trait HandlerOption

Source
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>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§