spellcast 0.1.2

Casting of dynamic objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
moddef::moddef!(
    flat(pub) mod {
        try_upcast_from_ref,
        try_upcast_from,
        try_upcast_ref,
        try_upcast,
        upcast_from,
        upcast_
    }
);

use super::*;