Blockchain
Rust Traits
What is a trait? A trait is a way to enable reuse methods. We can think about traits that have some of the features of interfaces and abstract classes, and also have other features that these don’t have. We will cover all of these in this blog post. Rust doesn’t have fully Devamı…