pub trait Defer<'a> {
// Required method
fn defer<ClonableFnBrand: 'a + ClonableFn>(
f: ApplyClonableFn<'a, ClonableFnBrand, (), Self>,
) -> Self
where Self: Sized;
}👎Deprecated since 0.0.21: Use fp_library::v2::classes instead
Required Methods§
fn defer<ClonableFnBrand: 'a + ClonableFn>(
f: ApplyClonableFn<'a, ClonableFnBrand, (), Self>,
) -> Selfwhere
Self: Sized,
👎Deprecated since 0.0.21: Use fp_library::v2::classes instead