easyofd-core 0.1.3

Core types, traits, and models for easyofd-rust
Documentation
1
2
3
4
5
6
7
8
//! 对应 Java: org.ofdrw.core.action.actionType.actionGoto.OFDGotoTarget

/// 跳转目标 trait。
///
/// 对应 Java: org.ofdrw.core.action.actionType.actionGoto.OFDGotoTarget
///
/// 等价于 [`crate::action::OfdGotoTarget`]。
pub use crate::action::OfdGotoTarget as OFDGotoTarget;