We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Marker
T
IntoFunction
1 parent ba72789 commit 1b32c3eCopy full SHA for 1b32c3e
crates/bevy_reflect/src/func/into_function.rs
@@ -84,7 +84,7 @@ use bevy_utils::all_tuples;
84
/// [`IntoReturn`]: crate::func::IntoReturn
85
/// [`Reflect`]: crate::Reflect
86
/// [deriving `Reflect`]: derive@crate::Reflect
87
-pub trait IntoFunction<'env, T> {
+pub trait IntoFunction<'env, Marker> {
88
/// Converts [`Self`] into a [`DynamicFunction`].
89
fn into_function(self) -> DynamicFunction<'env>;
90
}
0 commit comments