Skip to main content

Tuple2Delta

Type Alias Tuple2Delta 

Source
pub type Tuple2Delta<T0, T1> = Delta<Tuple2HalfDelta<T0, T1>>;
Expand description

Delta for (T0, T1, ). Alias for Delta<Tuple2HalfDelta<T0, T1, >>.

Aliased Typeยง

pub struct Tuple2Delta<T0, T1> { /* private fields */ }