diff --git a/ctru-rs/src/error.rs b/ctru-rs/src/error.rs index 1acb855..5b0caf1 100644 --- a/ctru-rs/src/error.rs +++ b/ctru-rs/src/error.rs @@ -15,6 +15,7 @@ impl Try for LibCtruResult { type Output = (); // This type is passed to [FromResidual::from_residual] when the LibCtruResult is an error, // so this type implies "this is a result than CAN'T be `Ok`" (Infallible is the same as !) + // The purpose of this type is to _only_ bring information about the *Error* type Residual = crate::Result; fn from_output(_: Self::Output) -> Self {