Trait lib2::scroll_traits::TraitWithLongItemsName
source · 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§
Object Safety§
This trait is not object safe.