This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
zng
Watch
1
Star
0
Fork
You've already forked zng
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
zng
/
tests
/
macro-tests
/
cases
/
widget_new
/
when_missing_expr1.rs
9 lines
115 B
Rust
Raw
Permalink
Blame
History
use
zng
::
{
widget
::
Wgt
,
APP
}
;
fn
main
(
)
{
let
_scope
=
APP
.
minimal
(
)
;
let
_
=
Wgt!
{
when
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink