//! External drag-and-drop payload retrieval contracts.
//!
//! Fret uses a token-based model for external drops so the UI/runtime can stay portable:
//! the backend captures an OS drop payload and assigns an opaque `ExternalDropToken`.
//! The UI can later request reading the payload via effects.
pub use ExternalDropReadLimits;
use ;