Type Definition wordshk_tools::Line[][src]

pub type Line = Vec<Segment>;
Expand description

A line consists of one or more Segments

Empty line: vec![(Text, "")]

Simple line: vec![(Text, "用嚟圍喺BB牀邊嘅布(量詞:塊)")]

Mixed line: vec![(Text, "一種加入"), (Link, "蝦籽"), (Text, "整嘅廣東麪")]