pub trait TraitWithLongItemsName {
    // Required method
    fn this_is_a_method_with_a_long_name_returning_something() -> String;
}
Expand description

This one doesn’t have hidden items (because there are too many) so we can also confirm that it scrolls as expected.

Required Methods§

Implementors§