[][src]Trait grapl_os_user_generator_plugin::auid::IAuidNode

pub trait IAuidNode {
    fn get_mut_dynamic_node(&mut self) -> &mut DynamicNode;

    fn with_auid(&mut self, auid: impl Into<u64>) -> &mut Self { ... }
}

Required methods

fn get_mut_dynamic_node(&mut self) -> &mut DynamicNode

Loading content...

Provided methods

fn with_auid(&mut self, auid: impl Into<u64>) -> &mut Self

Loading content...

Implementors

impl IAuidNode for AuidNode[src]

Loading content...