impl Block (Rust)

An impl block attaches methods and associated functions to a struct, enum, or trait. It is where the behavior of a type lives, separate from the data…