Expand description
Error conversion for Server Functions
This module provides error conversion from AdminError to ServerFnError.
Traitsยง
- Into
Server FnError - Extension trait for converting AdminError to ServerFnError
- MapServer
FnError - Convert
Result<T, AdminError>toResult<T, ServerFnError>