pub type WriteFn = Box<dyn Fn(String, WriteStorage, Arc<Vec<u8>>) -> WriteFuture + Send + Sync>;
Expand description
The SystemTime
is the timestamp of the event that caused this, or (if an event didn’t cause
it) SystemTime::UNIX_EPOCH
.
Both the WriteMtime
and SystemTime
are useless unless Storage
is Storage::Public
.
Aliased Type§
struct WriteFn(/* private fields */);