[][src]Type Definition cursive::utils::markup::StyledString

type StyledString = SpannedString<Style>;

A parsed string with markup style.

Contains both the source string, and parsed information indicating the style to apply.

Note: due to limitations in rustdoc, you will need to read the documentation from the SpannedString page.