Skip to main content

SimpleIso

Type Alias SimpleIso 

Source
pub type SimpleIso<S, A> = Iso<S, S, A, A>;
Expand description

A simple (monomorphic) iso where S == T and A == B.

Aliased Typeยง

pub struct SimpleIso<S, A> { /* private fields */ }