1
2
3
4
5
6
7
8
/// Blah
#[derive(PartialEq)]
pub enum HostType {
    /// Blah
    Server,
    /// Blah
    Client,
}