[][src]Type Definition ferrite_session::EitherRow

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