1 2 3 4
use crate::ntds::{types, NoSpecificAttributes, Object}; pub type Group<T> = Object<T, types::Group, NoSpecificAttributes>;