nvimhost ~master (2020-11-12T12:45:19Z)
Dub
Repo
MsgAsync
nvimhost
client
Undocumented in source.
struct
MsgAsync (
T
...
) {
import
std
.
typecons
;
;
int
kind
;
string
method
;
Tuple
!(
T
)
args
;
}
Members
Variables
args
Tuple
!(
T
)
args
;
Undocumented in source.
kind
int
kind
;
Undocumented in source.
method
string
method
;
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