[go: up one dir, main page]

tower-limit 0.1.3

Limit maximum request rate to a `Service`.
Documentation
1
2
3
use std::error;

pub(crate) type Error = Box<dyn error::Error + Send + Sync>;