//! This module provides implementations of the `View` trait for common string types,
//! allowing them to be used directly as views in the UI system.
use ;
use Str;
use crateView;
/// A macro that implements the `View` trait for multiple string types.
///
/// This macro takes a list of types and implements the `View` trait for each of them,
/// converting the type to a `Str` for rendering.
// Implement `View` for common string types
impl_label!;
// Define Str as a raw view
raw_view!;