[][src]Trait heim::host::os::windows::UserExt

pub trait UserExt {
    fn domain(&self) -> &str;
fn address(&self) -> Option<&IpAddr>; }

Required methods

fn domain(&self) -> &str

fn address(&self) -> Option<&IpAddr>

Loading content...

Implementors

impl UserExt for User[src]

Loading content...