Struct coap::server::CoAPServer [] [src]

pub struct CoAPServer { /* fields omitted */ }

Methods

impl CoAPServer
[src]

Creates a CoAP server listening on the given address.

Starts handling requests with the handler

Stop the server.

Trait Implementations

impl Drop for CoAPServer
[src]

A method called when the value goes out of scope. Read more