1 2 3 4 5 6
use std::io; use crate::PayloadInfo; impl PayloadInfo for io::Error { const TYPE: &'static str = "ioError"; }