Skip to content

Instantly share code, notes, and snippets.

@davidedelpapa
Created July 25, 2020 13:10
Show Gist options
  • Save davidedelpapa/bbafe591dc18bcf40d5bdef2ab51f973 to your computer and use it in GitHub Desktop.
Save davidedelpapa/bbafe591dc18bcf40d5bdef2ab51f973 to your computer and use it in GitHub Desktop.
pub struct App {
items: Vec<i64>,
link: ComponentLink<Self>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment