Trait gemm_common::simd::NullaryFnOnce
source · pub trait NullaryFnOnce {
type Output;
// Required method
fn call(self) -> Self::Output;
}
pub trait NullaryFnOnce {
type Output;
// Required method
fn call(self) -> Self::Output;
}