polyhorn-ui 0.3.1

Shared API contract for multi-platform Polyhorn UI.
Documentation
1
2
3
4
use crate::queries::ImageQuery;

/// This trait is implemented by platform-specific Image handles.
pub trait ImageHandle: ImageQuery {}