Skip to main content

HandlerOptions

Trait HandlerOptions 

Source
pub trait HandlerOptions:
    Default
    + Clone
    + Debug {
    type OptionItem: HandlerOption<Options = Self>;

    // Required method
    fn update(&mut self, option: Self::OptionItem);
}
Expand description

Set of HandlerOption s

Required Associated Types§

Source

type OptionItem: HandlerOption<Options = Self>

The element of this set

Required Methods§

Source

fn update(&mut self, option: Self::OptionItem)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl HandlerOptions for BinanceOptions

Available on crate feature binance only.
Source§

impl HandlerOptions for BitFlyerOptions

Available on crate feature bitflyer only.
Source§

impl HandlerOptions for BybitOptions

Available on crate feature bybit only.
Source§

impl HandlerOptions for CoincheckOptions

Available on crate feature coincheck only.