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