Function amf::amf0::object

source · []
pub fn object<I, K>(entries: I) -> Value where
    I: Iterator<Item = (K, Value)>,
    String: From<K>, 
Expand description

Makes an anonymous Object value.