pub type Rope<'de> = String<'de>;
The wire type corresponding to Rope.
Rope
pub struct Rope<'de> { /* private fields */ }