Function rust_rpg_toolkit::prelude::storage::get[][src]

pub fn get<T>() -> impl Deref<Target = T> where
    T: Any
Expand description

Get reference to data from global storage. Will panic if there is no data available with this type.