Write docs for iced_web
This commit is contained in:
parent
048909b45d
commit
fa227255b0
10 changed files with 225 additions and 17 deletions
|
|
@ -8,7 +8,7 @@ use std::u32;
|
|||
/// A [`Row`] will try to fill the horizontal space of its container.
|
||||
///
|
||||
/// [`Row`]: struct.Row.html
|
||||
#[allow(missing_docs)]
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Row<'a, Message> {
|
||||
spacing: u16,
|
||||
padding: u16,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue