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.