use OscPacket;
/// Trait representing a TUIO profile — a typed, addressable OSC entity
/// (e.g. a cursor, object, blob, pointer, token, symbol, or bounds).
///
/// Each profile type maps to a specific OSC address (e.g. `/tuio/2Dcur`)
/// and can be converted into an [`OscPacket`] for transmission.