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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl MetaToString for Meta

Implementors§