pub trait ClientTarget<Req, Rep> {
// Required method
fn endpoint_id(&self) -> EndpointId;
}Expand description
Target that a Client can connect to for a given request/response pair.
Required Methods§
Sourcefn endpoint_id(&self) -> EndpointId
fn endpoint_id(&self) -> EndpointId
Return the target endpoint identifier.