1 2 3 4 5 6 7 8
//! # Operations to join objects together //! //! See [`JoinCycle`], which is currently the only trait in this module, for //! more information. mod cycle; pub use self::cycle::JoinCycle;