Function amf::amf0::object[][src]

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

Makes an anonymous Object value.