Trait projecture::CustomWrapper
source · [−]pub unsafe trait CustomWrapper {
type Output;
}
Expand description
Implement this if there is a user-defined field wrapper type
pub unsafe trait CustomWrapper {
type Output;
}
Implement this if there is a user-defined field wrapper type