HookStateBase

Trait HookStateBase 

Source
pub trait HookStateBase {
    // Required method
    fn hook_type(&self) -> &str;
}
Expand description

Base hook state trait

Required Methods§

Source

fn hook_type(&self) -> &str

Implementors§