pub type DpkiServiceResult<T> = Result<T, DpkiServiceError>;
Expand description

Alias