ContextLike

Trait ContextLike 

Source
pub trait ContextLike {
    // Required method
    fn path(&self, name: &'static str) -> TokenStream;

    // Provided method
    fn constructivism(&self) -> TokenStream { ... }
}

Required Methods§

Source

fn path(&self, name: &'static str) -> TokenStream

Provided Methods§

Implementors§