namespace AIStudio.Tools.Rust; /// /// Asks the runtime to open a document in the program the system uses for it. /// /// The document to open. /// The page to show, counted from one, or null when the document has none. public readonly record struct OpenDocumentRequest(string Path, int? Page);