Skip to main content

WafOwnedOutputAllocator

Type Alias WafOwnedOutputAllocator 

Source
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 */ }