pubuseriptc_bridge_macros::Riptc;/// Marker trait for types that should be scanned by `riptc` despite
/// not being a direct dependency of a route.
////// This trait is automatically implemented for all items marked with the `#[ript]` attribute.
pubtraitRiptc{}