Skip to main content

cursive_tree/model/
representation.rs

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