ffi_trait
This crate has an vtable_for_trait! macro that will generate an FFI-safe vtable for the trait that you declare inside it
Usage
vtable_for_trait!
will turn into something like
unsafe
ffi_trait
This crate has an vtable_for_trait! macro that will generate an FFI-safe vtable for the trait that you declare inside it
vtable_for_trait!
will turn into something like
unsafe