ableos_userland/programs/aidl/assets/moves.idl

7 lines
164 B
Plaintext
Raw Normal View History

2023-05-06 15:57:45 +00:00
Interface Thing {
Function moves Takes(Move Self) Returns(Self);
Function immut_ref Takes(Reference Self);
Function mut_ref Takes(Mutable Reference Self);
}