Function savefile::introspect_item[][src]

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

Create a default IntrospectItem with the given key and Introspect.