13 lines
201 B
Cap'n Proto
Raw Normal View History

2024-04-15 16:28:23 +02:00
4.4.4.4
interface CncTrait {
turnOn @0 () -> Fallible;
turnOff @1 () -> Fallible;
giveBack @2 () -> Fallible;
accept @3 () -> Fallible(ConstraintError);
}
struct ConstraintError {
}