D | area.rs | 6 use crate::style::{Color, SizeDesc, TextStyle}; 361 pub fn shrink<A: SizeDesc, B: SizeDesc, C: SizeDesc, D: SizeDesc>( in shrink() argument 389 pub fn margin<ST: SizeDesc, SB: SizeDesc, SL: SizeDesc, SR: SizeDesc>( in margin() argument 413 pub fn split_vertically<S: SizeDesc>(&self, y: S) -> (Self, Self) { in split_vertically() 426 pub fn split_horizontally<S: SizeDesc>(&self, x: S) -> (Self, Self) { in split_horizontally() 452 XSize: SizeDesc, in split_by_breakpoints() argument 453 YSize: SizeDesc, in split_by_breakpoints() argument
|