#[repr(C)] pub struct LoginResult<T> where T: Default, { pub item: T, // null if none pub code: u32, // 0 = ok, nonzero = error }
login: { parameters: ["buffer", "buffer"], result: { "struct": [{ "struct": ["u32", "buffer", "i32"] }, "u32"] }, },
Join the Discord to ask follow-up questions and connect with the community
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934 Members