pub unsafe trait CustomWrapper {
    type Output;
}
Expand description

Implement this if there is a user-defined field wrapper type

Required Associated Types

Self but wrapped in #[repr(transparent) wrapper

Implementors