1 2 3 4 5
use super::chord_info::ChordInfo; use typeshare::typeshare; #[typeshare] pub type Bar = Vec<ChordInfo>;