NullaryFnOnce
gemm_
common
0.18.2
Nullary
FnOnce
Required Associated Types
Output
Required Methods
call
Implementors
In gemm_
common::
simd
gemm_common
::
simd
Trait
Nullary
FnOnce
Copy item path
Source
pub trait NullaryFnOnce { type
Output
; // Required method fn
call
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
call
(self) -> Self::
Output
Implementors
§
Source
§
impl<R, F>
NullaryFnOnce
for F
where F:
FnOnce
() -> R,
Source
§
type
Output
= R