Write docs for iced_web
This commit is contained in:
parent
048909b45d
commit
fa227255b0
10 changed files with 225 additions and 17 deletions
|
|
@ -19,6 +19,7 @@ use dodrio::bumpalo;
|
|||
/// ```
|
||||
///
|
||||
/// 
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Checkbox<Message> {
|
||||
is_checked: bool,
|
||||
on_toggle: Box<dyn Fn(bool) -> Message>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue