Constant lrs::file::flags::SEAL_GROW

Disallow increasing the size of the file.

Syntax

const SEAL_GROW: FileSeals = FileSeals(cty::F_SEAL_GROW);

See also