pub trait Adjust<P, const FI: usize> { type Adjusted; }
Adjustable partial type: Self but with field #FI accessible with permission P.
Self
FI
P
Used by the partial!() macro.
partial!()