pub trait ReadParams { }
Expand description
Marker trait for read-parameters selector types.
Note that in principle marker traits are not necessary to use selector types, but they are useful to avoid that the user specifies a nonsensical type, and to document the meaning of type parameters.