1use cursive::{style::*, utils::span::*}; 2 3/// Tree node representation. 4pub type Representation = SpannedString<Style>;