pub trait DavClass3Support: DavClass1Support { }Expand description
Product implementation provides RFC 4918 class 3 revised semantics.
ⓘ
use aster_forge_webdav::DavClass3Support;
struct MissingClassOne;
impl DavClass3Support for MissingClassOne {}