[][src]Type Definition over_there_utils::EmptyTtlValue

type EmptyTtlValue = TtlValue<()>;

Represents a void value, purely used to keep track of access times

Methods

impl EmptyTtlValue[src]

pub fn empty(ttl: Duration) -> Self[src]