Skip to main content

SpellAssociatedNew

Trait SpellAssociatedNew 

Source
pub trait SpellAssociatedNew {
    // Required method
    fn on_call(&mut self) -> Result<(), Box<dyn Error>>;

    // Provided method
    fn get_span(&self) -> Span { ... }
}

Required Methods§

Source

fn on_call(&mut self) -> Result<(), Box<dyn Error>>

Provided Methods§

Source

fn get_span(&self) -> Span

Implementors§