The same way you print any value: let foobar = true; println!("{}", foobar); dbg!(foobar);. This outputs: true [src/main.rs:4] foobar ...
確定! 回上一頁