pub fn sntp_get_transmit_timestamp<T>( transport: &T, ) -> Result<Timestamp, Error<T::SendError, T::RecvError>>where T: NtpTransport,