//! Wire format types from the server.
//!
//! These types represent data as received from the server via gRPC.
//! They are logical/semantic (buffer positions, layout structure) rather
//! than physical (screen coordinates). Clients interpret these types
//! into rendered state appropriate for their platform.
pub use ;