hostess/
hostlist.rs

1use super::hostname;
2
3pub type Hostlist = Vec<hostname::Hostname>;