construct_standard

Function construct_standard 

Source
pub fn construct_standard<const U: bool, T, E>(
    module_spec: T,
    save_dir: impl Into<SaveDirectory>,
) -> Result<MuResolution<U, CCC>>
where Error: From<E>, T: TryInto<Config, Error = E>, SteenrodAlgebra: MuAlgebra<U>,
Expand description