[][src]Trait libnss::host::HostHooks

pub trait HostHooks {
    fn get_all_entries() -> Response<Vec<Host>>;
fn get_host_by_name(name: &str, family: AddressFamily) -> Response<Host>;
fn get_host_by_addr(addr: IpAddr) -> Response<Host>; }

Required methods

Loading content...

Implementors

Loading content...