Type Definition ferrite_session::either::EitherRow[][src]

type EitherRow<A, B> = Sum<A, Sum<B, Bottom>>;