pub trait IsInSchema<S> { }
Marker trait indicating that a table T is part of a schema represented by the marker type S.
T
S