[][src]Trait twitchchat::StringMarker

pub trait StringMarker where
    Self: Hash + Debug + Clone,
    Self: Eq + PartialEq + AsRef<str> + Borrow<str>,
    Self: Sealed, 
{ }

Marker trait for the 'storage' abstraction of the types

Implementations on Foreign Types

impl StringMarker for String[src]

impl<'a> StringMarker for &'a str[src]

Loading content...

Implementors

Loading content...