Trait coap_handler::implementations::SimpleRenderable [−][src]
A simplified Handler trait that can react to GET requests and will render to a fmt::Write object with blockwise backing.
Upcoming changes
There currently is an implementation of Handler for T where T: SimpleRenderable.
This implementation is deprecated, and will be removed from future versions. Instead, wrap any SimpleRenderable into a SimpleRendered to make a Handler out of it.
Required methods
Loading content...Provided methods
fn content_format(&self) -> Option<u16>[src]
If something is returned, GETs with differing Accept options will be rejecected, and the value will be set in responses.