1
2
3
use crate::error::XDPError;

pub type XDPResult<T> = Result<T, XDPError>;