Type Alias davcli::caldav::Client

source ·
type Client = CalDavClient<HttpsConnector<HttpConnector>>;

Aliased Type§

struct Client {
    pub webdav_client: WebDavClient<HttpsConnector<HttpConnector>>,
}

Fields§

§webdav_client: WebDavClient<HttpsConnector<HttpConnector>>

A WebDav client used to send requests.