Function modified [src]

Returns the time the file was modified in nanoseconds since UTC 1970-01-01

Prototype

pub fn modified(self: Self) i128

Parameters

self: Self

Source

pub fn modified(self: Self) i128 { return self.inner.modified(); }