pub trait Limiter { // Required method fn acquire(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<()>>; }