Browse Source

add simple doc for chainloader

pull/161/head
Lena 10 months ago
parent
commit
66e5a54952
No known key found for this signature in database
GPG Key ID: 5A940B96C2DA3683
  1. 1
      ctru-rs/src/services/apt.rs

1
ctru-rs/src/services/apt.rs

@ -133,6 +133,7 @@ impl Drop for Apt {
} }
} }
/// Can launch other applications when the current one exits.
pub struct Chainloader<'a> { pub struct Chainloader<'a> {
_apt: &'a Apt, _apt: &'a Apt,
} }

Loading…
Cancel
Save