pub fn get_symbol<T>( target: &Object<T>, key: &Symbol, ) -> Result<JsValue, JsValue>where Object<T>: ErasableGenericBorrow<Object<JsValue>>,
The static Reflect.get() method works like getting a property from an object (target[propertyKey]) as a function.
Reflect.get()
target[propertyKey]
MDN documentation