init(xattrValue:)
Creates a result for an extended-attribute-getting operation.
Declaration
init?(xattrValue value: Data)Parameters
- value:
The extended attribute value for the requested attribute name.
Return Value
A populated result instance, or nil if validation fails.