pub type OptionalMethod = Option<&'static MethodInfo>;
Expand description
A type alias for Option<&MethodInfo>
. Useful when hooking Il2Cpp methods.
Aliased Type§
enum OptionalMethod {
None,
Some(&'static MethodInfo),
}
pub type OptionalMethod = Option<&'static MethodInfo>;
A type alias for Option<&MethodInfo>
. Useful when hooking Il2Cpp methods.
enum OptionalMethod {
None,
Some(&'static MethodInfo),
}