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