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