Alright, who am I to object, let's use the dyn keyword. Rust code. // fn read_issue() -> Result<String, dyn Error> { std::fs::read_to_string( ...
確定! 回上一頁