pub type AsyncClient<'a> = RspamdAsyncClient;๐Deprecated since 0.7.0:
use RspamdAsyncClient instead
Expand description
Deprecated alias kept for backwards compatibility; the client no longer borrows the configuration, so the lifetime parameter is ignored.
Aliased Typeยง
pub struct AsyncClient<'a> { /* private fields */ }