win_crypto_ng::asymmetric::builder

Trait BuilderParams

Source
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.

Implementations on Foreign Types§

Source§

impl BuilderParams for ()

Implementors§