A good rule in Rust is that every struct should have std::debug::Debug . ... impl it for all functions that have FnOnce, and then impl Debug for that trait.
確定! 回上一頁