Skip to main content

WafOwnedDefaultAllocator

Type Alias WafOwnedDefaultAllocator 

Source
pub type WafOwnedDefaultAllocator<T> = WafOwned<T, LibddwafDefaultAllocator>;
Expand description

Type alias for WAF-owned objects using the system default allocator.

Aliased Typeยง

pub struct WafOwnedDefaultAllocator<T> { /* private fields */ }