zug-tap ~master (2020-12-09T02:02:09Z)
Dub
Repo
TapData
zug
tap
needed to keep the diagnostics, the notes, the results etc. in order
struct
TapData {
TapDataType
data_type
;
bool
success
;
string
message
;
}
Members
Variables
data_type
TapDataType
data_type
;
Undocumented in source.
message
string
message
;
Undocumented in source.
success
bool
success
;
Undocumented in source.
Meta
Source
See Implementation
zug
tap
modules
consumer
enums
TapDataType
functions
it_throws
structs
Tap
TapData
needed to keep the diagnostics, the notes, the results etc. in order