Trait thingvellir::UpstreamFactory[][src]

pub trait UpstreamFactory<Key, Data: ServiceData> {
    type Upstream: LoadFromUpstream<Key, Data>;
    fn create(&mut self) -> Self::Upstream;
}

Associated Types

Required methods

Implementors