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