Created
March 6, 2017 04:16
-
-
Save ALSchwalm/b86e7753e26b57776bb00ef46aac6784 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait CloneMammal: Clone + Mammal{} | |
impl<T> CloneMammal for T where T: Clone + Mammal{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment