[][src]Trait futures_rate::prelude::GateKeeperConfig

pub trait GateKeeperConfig {
    fn set_policy(&mut self, policy: TokenPolicy);
fn set_ratio(&mut self, ratio: RatioType); }

Required methods

fn set_policy(&mut self, policy: TokenPolicy)

fn set_ratio(&mut self, ratio: RatioType)

Loading content...

Implementors

impl GateKeeperConfig for GateKeeper[src]

Loading content...