Macro pg_worm::force_register
source · macro_rules! force_register { ($($x:ty),+) => { ... }; }
Expand description
Like register! but if a table with the same name already
exists, it is dropped instead of returning an error.
macro_rules! force_register { ($($x:ty),+) => { ... }; }
Like register! but if a table with the same name already
exists, it is dropped instead of returning an error.