Trait hotg_rune_proc_blocks::ProcBlock[][src]

pub trait ProcBlock: Default + 'static {
    const DESCRIPTOR: ProcBlockDescriptor<'static>;
}
Expand description

The base trait that all proc blocks must implement.

This trait must be implemented using the hotg_rune_proc_block_macros::ProcBlock custom derive.

Associated Constants

A description of the proc block.

Implementors