Skip to main content

IntoTickerParams

Trait IntoTickerParams 

Source
pub trait IntoTickerParams {
    // Required method
    fn into_ticker_params(self) -> TickerParams;
}
Expand description

Trait for values convertible into TickerParams.

Required Methods§

Source

fn into_ticker_params(self) -> TickerParams

Consumes self and produces TickerParams.

Implementations on Foreign Types§

Source§

impl IntoTickerParams for Value

Source§

impl IntoTickerParams for ()

Source§

impl IntoTickerParams for Map<String, Value>

Source§

impl<S> IntoTickerParams for HashMap<String, Value, S>
where S: BuildHasher,

Implementors§