[]Type Definition ssdp::SSDPResult

type SSDPResult<T> = Result<T, SSDPError>;

Convenient wrapper around std::Result.