1 2 3
use crate::details::GenericError; pub type PingResult<T> = std::result::Result<T, GenericError>;