Skip to content

Instantly share code, notes, and snippets.

@davidedelpapa
Created July 25, 2020 13:10
Show Gist options
  • Save davidedelpapa/9b4a0a5f301a69cd86bcb760403245bd to your computer and use it in GitHub Desktop.
Save davidedelpapa/9b4a0a5f301a69cd86bcb760403245bd to your computer and use it in GitHub Desktop.
fn create(_: Self::Properties, link: ComponentLink<Self>) -> Self {
App { link, items: Vec::new() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment