Module Trace_fuchsia_write.ArgumentSource
Sourceval check_valid_ :
[< `Bool of bool
| `Float of float
| `Int of int
| `Kid of int
| `None
| `String of string ]
t ->
unit Sourceval is_i32_ : int -> bool Sourceval size_word :
[< `Bool of bool & 'a
| `Float of float & 'b
| `Int of int
| `Kid of int & 'c
| `None
| `String of string ]
t ->
int Sourceval encode :
Buf.t ->
[< `Bool of bool & 'a
| `Float of float & 'b
| `Int of int
| `Kid of int & 'c
| `None
| `String of string ]
t ->
unit