Remove entirely
This commit is contained in:
parent
7c24277210
commit
461499dd62
2 changed files with 0 additions and 10 deletions
|
|
@ -9,11 +9,6 @@ use crate::{
|
||||||
use std::u32;
|
use std::u32;
|
||||||
|
|
||||||
/// A container that distributes its contents vertically.
|
/// A container that distributes its contents vertically.
|
||||||
///
|
|
||||||
/// A [`Column`] will not fill the horizontal space of its container. (set to [`Length::shrink`] by defualt)
|
|
||||||
///
|
|
||||||
/// [`Column`]: struct.Column.html
|
|
||||||
/// [`Length::shrink`]: ../../enum.Length.html
|
|
||||||
#[allow(missing_debug_implementations)]
|
#[allow(missing_debug_implementations)]
|
||||||
pub struct Column<'a, Message, Renderer> {
|
pub struct Column<'a, Message, Renderer> {
|
||||||
spacing: u16,
|
spacing: u16,
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,6 @@ use crate::{
|
||||||
use std::u32;
|
use std::u32;
|
||||||
|
|
||||||
/// A container that distributes its contents horizontally.
|
/// A container that distributes its contents horizontally.
|
||||||
///
|
|
||||||
/// A [`Row`] will not fill the horizontal space of its container. (set to [`Length::shrink`] by defualt)
|
|
||||||
///
|
|
||||||
/// [`Row`]: struct.Row.html
|
|
||||||
/// [`Length::shrink`]: ../../enum.Length.html
|
|
||||||
#[allow(missing_debug_implementations)]
|
#[allow(missing_debug_implementations)]
|
||||||
pub struct Row<'a, Message, Renderer> {
|
pub struct Row<'a, Message, Renderer> {
|
||||||
spacing: u16,
|
spacing: u16,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue