Trait alloy_sol_macro_input::SolInputExpander

source ·
pub trait SolInputExpander {
    // Required method
    fn expand(&mut self, input: &SolInput) -> Result<TokenStream>;
}
Expand description

Expands a SolInput into a TokenStream.

Required Methods§

source

fn expand(&mut self, input: &SolInput) -> Result<TokenStream>

Expand a SolInput into a TokenStream.

Implementors§