Skip to main content

TraitWithLongItemsName

Trait 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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§