DubConvertRequest

Parameters for a dub recipe conversion call

@serdeIgnoreUnexpectedKeys
struct DubConvertRequest {}

Members

Variables

newFormat
string newFormat;

The format to convert the dub recipe to. (json, sdl)

textDocument
TextDocumentIdentifier textDocument;

Text document to look in

Meta