[][src]Trait yoga::traits::Point

pub trait Point {
    fn point(self) -> StyleUnit;
}

Required Methods

Implementations on Foreign Types

impl Point for f32
[src]

impl Point for i32
[src]

Implementors