[][src]Trait structural::path::IsTStr

pub trait IsTStr: Sealed + Debug + Copy + ConstDefault { }

A marker trait for type-level strings.

This is only implemented on TStr.

Implementors

impl<T> IsTStr for TStr<T>[src]

Loading content...