pub trait RoleRefExt: Sized {
    fn new<T: Metadata<Ty = ObjectMeta>>(k: &T) -> Self;
}

Required Methods

Implementors