pub trait WebdavStream:
Read
+ Write
+ Send { }Available on crate feature
client only.Expand description
Marker for everything the client can run against; auto-implemented
for any blocking Read + Write + Send impl.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".