Skip to main content

SizeRequest

Type Alias SizeRequest 

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

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

Aliased Typeยง

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