Trait coinbase_pro_rs::adapters::Adapter[][src]

pub trait Adapter<T> {
    type Result;
    fn process<F>(f: F) -> Self::Result
    where
        F: Future<Item = T, Error = CBError> + 'static
; }

Associated Types

Required Methods

Implementors