Module object_request

Module object_request 

Source

Structs§

ObjectRequest
Wraps the channel provided in the open methods and provide convenience methods for sending appropriate responses. It also records actions that should be taken upon successful connection such as truncating file objects.

Traits§

ConnectionCreator
Trait for constructing connections to nodes.
Representation
Trait to get either fio::Representation or fio::NodeInfoDeprecated. Connection types should implement this.
ToObjectRequest
Convenience trait for converting [fio::Flags] and [fio::OpenFlags] into ObjectRequest.

Type Aliases§

ObjectRequestRef