Skip to main content

SnapshotRequest

Type Alias SnapshotRequest 

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

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

Aliased Typeยง

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