Available on crate feature
client only.Expand description
Standard, blocking Vdir client driving any coroutine against
std::fs.
Holds a single filesystem root and exposes one method per common
coroutine. Every method runs its coroutine to completion through
VdirClient::run by servicing each VdirYield request via
std::fs.
Structs§
- Vdir
Client - Std-blocking Vdir client wrapping a filesystem root.
Enums§
- Vdir
Client Error - Errors returned by the
VdirClienthelpers.