nvimhost ~master (2020-11-12T12:45:19Z)
Dub
Repo
MsgResponse
nvimhost
client
Undocumented in source.
struct
MsgResponse (
T
) {
int
kind
;
ulong
id
;
NullInt
nullInt
;
T
ret
;
}
Members
Variables
id
ulong
id
;
Undocumented in source.
kind
int
kind
;
Undocumented in source.
nullInt
NullInt
nullInt
;
Undocumented in source.
ret
T
ret
;
Undocumented in source.
Meta
Source
See Implementation
nvimhost
client
aliases
Buffer
NullInt
Tabpage
Window
classes
NvimListenAddressException
enums
MethodType
MsgKind
NeoExtType
manifest constants
MsgPackNullValue
structs
MethodInfo
Msg
MsgAsync
MsgResponse
MsgVariant
NvimClient