Function serde_v8::from_v8

source ยท
pub fn from_v8<'de, 'a, 'b, 's, T>(
    scope: &'b mut HandleScope<'s>,
    input: Local<'a, Value>,
) -> Result<T>
where T: Deserialize<'de>,