0
0
llucycodes42
This code creates an impl for the trait_name type. This impl creates a new type that is a combination of the type given in the trait_name and the current type.
Shortcut: impl_t
impl trait_name for type {
}
0
0
llucycodes42
This code creates an impl for the trait_name type. This impl creates a new type that is a combination of the type given in the trait_name and the current type.
Shortcut: impl_t
impl trait_name for type {
}