Function serde_v8::from_v8_cached[][src]

pub fn from_v8_cached<'de, 'a, 'b, 's, T>(
    scope: &'b mut HandleScope<'s>,
    input: Local<'a, Value>,
    key_cache: &mut KeyCache
) -> Result<T> where
    T: Deserialize<'de>,