pub trait GetPackageLimits {
    fn get_package_limits(
        &mut self,
        limit_ancestor_count: &mut u32,
        limit_descendant_count: &mut u32
    ); }

Required Methods§

| Get the node’s package limits. | | Currently only returns the ancestor and | descendant count limits, but could be | enhanced to return more policy settings.

Implementors§