rustcoalescence_algorithms
0.1.0
AlgorithmDefaults
Required Associated Types
MathsCore
Rng
Object Safety
Implementors
In crate rustcoalescence_algorithms
?
Settings
Trait
rustcoalescence_algorithms
::
AlgorithmDefaults
Copy item path
source
·
[
−
]
pub trait AlgorithmDefaults { type
MathsCore
: MathsCore; type
Rng
<M: MathsCore>: RngCore<M>; }
Required Associated Types
§
source
type
MathsCore
: MathsCore
source
type
Rng
<M: MathsCore>: RngCore<M>
Object Safety
§
This trait is
not
object safe
.
Implementors
§