[][src]Type Definition actix_ratelimit::Output

type Output<T> = Pin<Box<dyn Future<Output = Result<T, ARError>> + Send>>;

Wrapper type for Pin<Box<dyn Future>> type