ux-primitives 0.1.3

Graphics Primitives for Angular Rust
Documentation
1
2
3
4
5
6
#[derive(Copy, Clone, Debug)]
pub enum Direction {
    Ltr,
    Rtl,
    Inherit,
}