Skip to main content

AsyncClient

Type Alias AsyncClient 

Source
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 */ }