Skip to main content

Rope

Type Alias Rope 

Source
pub type Rope<'de> = String<'de>;
Expand description

The wire type corresponding to Rope.

Aliased Typeยง

pub struct Rope<'de> { /* private fields */ }