pulp
0.18.12
NullaryFnOnce
Required Associated Types
Output
Required Methods
call
Implementors
In crate pulp
?
Settings
Trait
pulp
::
NullaryFnOnce
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:
FnOnce
() -> R>
NullaryFnOnce
for F
§
type
Output
= R