pub type StringMutChain<'h> = Chain<&'h mut String>;
struct StringMutChain<'h> { /* private fields */ }