Trait coap_handler_implementations::wkc::Reporting
source · [−]pub trait Reporting {
type Record<'res>: Record
where
Self: 'res;
type Reporter<'res>: Iterator<Item = Self::Record<'res>>
where
Self: 'res;
fn report(&self) -> Self::Reporter<'_>;
}
Expand description
Indicates that this resource can produce output for a .well-known/core resource.