[][src]Type Definition structdoc::Text

type Text = Cow<'static, str>;

Text representation.

Many things inside here can take either owned strings or string literals.