[][src]Trait coinbase_rs::adapters::AdapterNew

pub trait AdapterNew: Sized {
    type Error: Debug;
    fn new() -> Result<Self, Self::Error>;
}

Associated Types

type Error: Debug

Loading content...

Required methods

fn new() -> Result<Self, Self::Error>

Loading content...

Implementors

impl AdapterNew for ASync[src]

type Error = ()

impl AdapterNew for Sync[src]

type Error = Error

Loading content...