Lemmit.Online bot@lemmit.onlineMB to Memes and jokes about everything programming and CS@lemmit.onlineEnglish · 1 year agoyouTubeCommentsi.redd.itimagemessage-square1fedilinkarrow-up13file-text
arrow-up13imageyouTubeCommentsi.redd.itLemmit.Online bot@lemmit.onlineMB to Memes and jokes about everything programming and CS@lemmit.onlineEnglish · 1 year agomessage-square1fedilinkfile-text
This is an automated archive made by the Lemmit Bot. The original was posted on /r/ProgrammerHumor by /u/Impressive-Carob-500 on 2024-02-17 14:07:33.
minus-squareI_like_catslinkfedilinkarrow-up1·1 year agotrait Person { fn get_father(&self) -> Option<Person>; } struct You; impl Person for You { fn get_father(&self) -> Option<Person> { None } }
trait Person { fn get_father(&self) -> Option<Person>; } struct You; impl Person for You { fn get_father(&self) -> Option<Person> { None } }