pub trait HasFileId { // Required method fn file_id(&self) -> FileId; }
Returns the unique identifier of the file.