Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 158 Bytes

struct.md

File metadata and controls

11 lines (11 loc) · 158 Bytes

Use {name}::ty as a type.

{source_code}

Example

fn get(input: {name}::ty) -> {name}::ty {{
    let field: {name}::ty = input;
    input
}}