Trait fuse_backend_rs::common::file_traits::FileSetLen
source · Expand description
A trait for setting the size of a file.
This is equivalent to File’s set_len method, but wrapped in a trait so that it can be
implemented for other types.