pub fn begin_end_impl(inner_type: &str, rust_type: &RustWrapperType) -> String
Expand description

Creates an implementation of RustVec begin and end implementation. It should be generated for primitive types only, cause pointer arithmetics for Rust opaque types is not trivial.