[][src]Function savefile::introspect_item

pub fn introspect_item<'a>(
    key: String,
    val: &'a dyn Introspect
) -> Box<dyn IntrospectItem<'a> + 'a>

Create a default IntrospectItem with the given key and Introspect.