EventDescriptor
turbo_
tasks
0.1.0
Event
Descriptor
Implementors
In turbo_
tasks::
event
turbo_tasks
::
event
Trait
Event
Descriptor
Copy item path
Source
pub trait EventDescriptor { }
Implementors
§
Source
§
impl
EventDescriptor
for
EventDescription
Source
§
impl<T, InnerFn>
EventDescriptor
for T
where T:
FnOnce
() -> InnerFn, InnerFn:
Fn
() ->
String
+
Sync
+
Send
+ 'static,