Skip to main content

Module client

Module client 

Source
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§

VdirClient
Std-blocking Vdir client wrapping a filesystem root.

Enums§

VdirClientError
Errors returned by the VdirClient helpers.