1
2
3
4
5
6
7
use std::time::Instant;

use crate::deser::Deser;

// TODO: implement

impl Deser for Instant {}