pub trait IntoTickerParams {
// Required method
fn into_ticker_params(self) -> TickerParams;
}Expand description
Trait for values convertible into TickerParams.
Required Methods§
Sourcefn into_ticker_params(self) -> TickerParams
fn into_ticker_params(self) -> TickerParams
Consumes self and produces TickerParams.