Type Definition shtola::Plugin[][src]

type Plugin = Box<dyn Fn(RefIR<'_>)>;
Expand description

Convenience type to return from plugin functions.