Struct coap_handler_implementations::wkc::EmptyRecord [−][src]
pub struct EmptyRecord;Expand description
A report with no path, relation or attributes
This is convenient both in places where a type is needed as an element for an Empty iterator (as in NotReporting) and to wrap a resource with no further properties in (in a Once iterator, relying on the tree builder to augment the empty path with the actual path).
Trait Implementations
type PathElements = Empty<&'a &'a str>
type Attributes = Empty<&'a Attribute>
List of path segments (equivalent to Uri-Path option values) leading to the indicated resoruce Read more
Link relation (or None to default to the implicit “hosts”) Read more
Target attributes of the link