1use crate::records::magic_function::MagicFunction; 2 3#[derive(Debug, Clone)] 4pub struct MagicGmatch { 5 pub base: MagicFunction, 6}