pub trait ReadParams { }
Expand description

Selector trait for parameters of code-reading methods.

Note that this trait is only a convenient way to avoid that the user specifies a nonsensical type: the mechanism would work even removing this trait, as it is the type (e.g., DefaultReadParams) that selects the implementation.

Implementors§