Skip to main content
NullaryFnOnce
pulp
0.22.3
Nullary
FnOnce
Required Associated Types
Output
Required Methods
call
Implementors
In crate pulp
pulp
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:
FnOnce
() -> R>
NullaryFnOnce
for F
Source
§
type
Output
= R