Struct dbgp::Echo [] [src]

pub struct Echo;

Trait Implementations

impl Service for Echo
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.