☰
BytesWrite
Implementors
In opendal
?
Trait
opendal
::
BytesWrite
source
·
[
−
]
pub trait BytesWrite: AsyncWrite +
Unpin
+
Send
{ }
Expand description
BytesWrite represents a writer of bytes.
Implementors
source
impl<T>
BytesWrite
for T
where
T: AsyncWrite +
Unpin
+
Send
,