Enum fuse_mt::Xattr [] [src]

pub enum Xattr {
    Size(u32),
    Data(Vec<u8>),
}

Represents the return value from the listxattr and getxattr calls, which can be either a size or contain data, depending on how they are called.

Variants