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>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl HandlerOption for BinanceOption

Available on crate feature binance only.
source§

impl HandlerOption for BitFlyerOption

Available on crate feature bitflyer only.
source§

impl HandlerOption for BybitOption

Available on crate feature bybit only.
source§

impl HandlerOption for CoincheckOption

Available on crate feature coincheck only.