ssdp::SSDPResult [] [src]

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

Result that can return a T or an SSDPError.