Type Definition epp_proxy::client::router::Sender

source · []
pub type Sender<T> = Sender<Result<CommandResponse<T>, Error>>;