falco_event::fields::types::owned

Type Alias PT_BYTEBUF

source
pub type PT_BYTEBUF = Vec<u8>;
Expand description

Arbitrary (owned) byte buffer (Vec<u8>)

Aliased Typeยง

struct PT_BYTEBUF { /* private fields */ }