Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Created December 13, 2019 01:56

Revisions

  1. lupyuen created this gist Dec 13, 2019.
    3 changes: 3 additions & 0 deletions druid6.rs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    fn nameless_func(data: &u32, _env: …) -> … {
    (*data).into()
    }