Struct backtalk::memory::MemoryAdapter [] [src]

pub struct MemoryAdapter { /* fields omitted */ }

Methods

impl MemoryAdapter
[src]

Trait Implementations

impl Adapter for MemoryAdapter
[src]

currently this function only supports equality matching — we'd probably want to add more kinds of matching and querying in the future, maybe by building into query object

Takes a Request, passes it to the appropriate function, and turns the response into a proper Reply future. If you're using an Adapter in your webapp, this is the function you want to call. Read more