Skip to main content

MetaToString

Trait MetaToString 

Source
trait MetaToString {
    // Required method
    fn to_token_stream_string(&self) -> String;
}
Expand description

Helper trait for converting Meta to a normalized string.

Required Methods§

Implementations on Foreign Types§

Source§

impl MetaToString for Meta

Implementors§