Type Definition safer_ffi::boxed::Box

source ·
pub type Box<T> = <T as FitForCBox>::CBoxWrapped;
Available on crate feature alloc only.