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