pub fn find_method<T: StyledExt + 'static>(
name: &str,
) -> Option<FunctionReflection<T>>
Expand description
Find a method by name for a concrete type implementing the trait
pub fn find_method<T: StyledExt + 'static>(
name: &str,
) -> Option<FunctionReflection<T>>
Find a method by name for a concrete type implementing the trait