[−][src]Trait coap_handler::implementations::SimpleRenderable
A simplified Handler trait that can react to GET requests and will render to a fmt::Write object with blockwise backing.
A simplified Handler trait that can react to GET requests and will render to a fmt::Write object with blockwise backing.
impl<'a> SimpleRenderable for &'a str[src]