1284
Is this a Nut?
(media.gehirneimer.de)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
C# should actually be "What Java said, except it's
ICrackable
".Would the equivalent Rust trait be
Crack
?AsCrack
Into<dyn AsCrack>
Into
's type parameter has an implicitSized
bound. I thinkAsRef<dyn Crack>
would be the trait of choice :D