fn from()

in shenyu-wasm-build/src/types.rs [42:44]


    fn from(pointer: Pointer<Kind>) -> Self {
        Box::into_raw(pointer.value) as _
    }