Questions How can I import `str::to_string` in Rust? (And is it possible to do this with trait methods in general?) byMRSeptember 11, 2022
Questions How to have a trait method have a struct argument, in which an item must implement that same trait? byMRJune 6, 2022
Questions Method returning dyn fails to compile if the return value is assigned to a variable before returned byMRJune 2, 2022
Questions How to check if an object is an instance of template class of multiple template arguments and that one of said arguments fulfills some condition? byMRMay 19, 2022