@larix @Ephera it’s better to return an Option<&str> as a String may DeRef to &str.
For example
self.name.as_deref()
Computer science lover, digital artist and open sourcerer. 🖥️ 🐹 🦀 🐧 ⚛️
@larix @Ephera it’s better to return an Option<&str> as a String may DeRef to &str.
For example
self.name.as_deref()
@kaffiene @asdfasdfasdf It
s slow when you don
t know what youŕe doing. For example, build a linked list in #rustlang is different then build one in java, because you can´t leave the variables in a wrong state. It’s only a different approach, not a slow approach.