[][src]Trait trade::api::symbol::IntoWithSymbol

pub trait IntoWithSymbol: Sized {
    fn with_symbol(&self, symbol: Symbol) -> WithSymbol<&Self> { ... }
}

Wrap Self in a WithSymbol<&Self>.

Provided Methods

Add the given symbol to a borrowed &self.

Implementors

impl<T: Sized> IntoWithSymbol for T
[src]