Type Alias DomainRequest

Source
pub type DomainRequest<M, V> = Request<M, V>;
Expand description

A type alias with Request<_, Domain> specific functions.

Aliased Type§

pub struct DomainRequest<M, V> { /* private fields */ }

Implementations§