[][src]Trait libnss::shadow::ShadowHooks

pub trait ShadowHooks {
    fn get_all_entries() -> Response<Vec<Shadow>>;
fn get_entry_by_name(name: String) -> Response<Shadow>; }

Required methods

Loading content...

Implementors

Loading content...