polyhorn-ui 0.4.0

Shared API contract for multi-platform Polyhorn UI.
Documentation
1
2
3
4
use super::ViewHandle;

/// This trait is implemented by platform-specific Text handles.
pub trait TextHandle: ViewHandle {}