pub fn create_log( nel: Annotated<NetworkReportRaw>, received_at: DateTime<Utc>, ) -> Option<OurLog>
Creates a [OurLog] from the provided [NetworkReportRaw].
OurLog
NetworkReportRaw