Trait sqs_service_helper::autoscaling::Throttler [] [src]

pub trait Throttler {
    fn message_start(&mut self, identifier: String, time_started: Instant);
fn message_stop(&mut self, identifier: String, time_stopped: Instant); }

Required Methods

Implementors