find_method

Function find_method 

Source
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