pub struct ConsoleRunner { }
Expand description
Run tests using the ctru::console::Console
(print results to the 3DS screen).
This is mostly useful for running tests manually, especially on real hardware.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.