//! The [ChainLink](./trait.ChainLink.html)
//! trait with a blanket implementation gives access to methods that can help to
//! create longer method chains.
//!
//! ```rust
//! use hypotaxis::ChainLink;
//! ```
use apply;
use *;
use mutated;
use tap;