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§
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§
Source§impl HandlerOption for BinanceOption
Available on crate feature binance
only.
impl HandlerOption for BinanceOption
Available on crate feature
binance
only.type Options = BinanceOptions
Source§impl HandlerOption for BitFlyerOption
Available on crate feature bitflyer
only.
impl HandlerOption for BitFlyerOption
Available on crate feature
bitflyer
only.type Options = BitFlyerOptions
Source§impl HandlerOption for BybitOption
Available on crate feature bybit
only.
impl HandlerOption for BybitOption
Available on crate feature
bybit
only.type Options = BybitOptions
Source§impl HandlerOption for CoincheckOption
Available on crate feature coincheck
only.
impl HandlerOption for CoincheckOption
Available on crate feature
coincheck
only.