pub trait BuilderParams: Sealed { }
Expand description
Marker type for additional algorithm-specific parameters.
The trait is sealed as it’s only meant to be implemented by the types in this crate.
pub trait BuilderParams: Sealed { }
Marker type for additional algorithm-specific parameters.
The trait is sealed as it’s only meant to be implemented by the types in this crate.