pub unsafe trait MemConstruct {
type Constructor: MemConstructConstructor<Target = Self>;
type ConstructorFinishedToken;
}
pub unsafe trait MemConstruct {
type Constructor: MemConstructConstructor<Target = Self>;
type ConstructorFinishedToken;
}