summaryrefslogtreecommitdiffstats
path: root/src/poem/elements/word.rs
blob: dd088e00ed31f125f36ef6c48febe349aae76a1d (plain)
1
2
/// A (typically) space dilineated piece of a [Stanza][super::stanza::Stanza]
pub type Word = Vec<char>;