Enum tss_tspi::Connect [] [src]

pub enum Connect<'a> {
    Localhost,
    Host(&'a str),
}

Variants