pub type WafOwnedOutputAllocator<T> = WafOwned<T, RustAllocator>;Expand description
Type alias for WAF-owned objects using the Rust-registered allocator (for outputs).
Aliased Typeยง
pub struct WafOwnedOutputAllocator<T> { /* private fields */ }pub type WafOwnedOutputAllocator<T> = WafOwned<T, RustAllocator>;Type alias for WAF-owned objects using the Rust-registered allocator (for outputs).
pub struct WafOwnedOutputAllocator<T> { /* private fields */ }