//! Core trait definitions for client implementations.
//!//! These traits define the contracts that platform-specific clients
//! must implement to provide editor functionality.
pubmodfocus;pubmodinterpreter;pubmodlayout;pubmodpanel;pubuse{focus::{Focus, FocusManager},interpreter::{DefaultLayoutInterpreter, LayoutInterpreter},layout::Layout,panel::Panel,};