1 2 3
use revue::widget::option_list; #[test] fn test_option_list_multiple() { let list = option_list().multiple(true); }