Constant lrs::file::flags::SEAL_WRITE

Disallow changing the contents of the file.

Syntax

const SEAL_WRITE: FileSeals = FileSeals(cty::F_SEAL_WRITE);

See also