Type Definition radn::rstd::collections::pair::PairObject

source ·
pub type PairObject<A, B> = StaticPairObject<(A, B)>;