Display widget images in documentation
This commit is contained in:
parent
7760618fb1
commit
47196c9007
4 changed files with 6 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ use crate::{
|
|||
/// Checkbox::new(is_checked, "Toggle me!", Message::CheckboxToggled);
|
||||
/// ```
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Checkbox<Message> {
|
||||
is_checked: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue