[][src]Trait yoga::traits::Percent

pub trait Percent {
    fn percent(self) -> StyleUnit;
}

Required Methods

Implementations on Foreign Types

impl Percent for f32
[src]

impl Percent for i32
[src]

Implementors