Trait dsi_bitstream::codes::params::WriteParams
source · pub trait WriteParams { }
Expand description
Selector trait for parameters of code-writing 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., DefaultWriteParams) that selects the implementation.