ohos-arkui-binding 0.2.0

OpenHarmony's arkui binding for rust
Documentation
1
2
3
4
5
6
7
8
9
//! Module api::node_custom_event::mod wrappers and related types.

mod event;
mod geometry;
mod span;

pub use event::NodeCustomEvent;
pub use geometry::{DrawContext, IntOffset, IntSize, LayoutConstraintHandle};
pub use span::{CustomSpanDrawInfo, CustomSpanMeasureInfo, CustomSpanMetrics};