pub type ExtendedAttributeName = Vec<u8>;
Expand description

The name of an extended attribute. It can not contain any null bytes. Other than that and the maximum size, no particular structure is imposed on the name.

Aliased Type§

struct ExtendedAttributeName { /* private fields */ }