Trait IsTStr

Source
pub trait IsTStr:
    Sealed
    + Debug
    + Copy
    + ConstDefault { }
Expand description

A marker trait for type-level strings.

This is only implemented on TStr.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> IsTStr for TStr<T>