pub trait HookData {
    fn get_data(input: &str) -> Self;
}

Required methods

Implementors