Structs§
- IoError
- Wrapper around
std::io::Errorthat implementsPartialEq. - P256
Error - Wrapper around
p256::elliptic_curve::Errorthat implementsPartialEq. - StdError
- An escape hatch to preserve stack traces for errors whose concrete type is unknown.
Enums§
- Error
- Unified error type for all WebRTC sub-protocols.
Functions§
- flatten_
errs - Flattens a list of errors into a single
Error, joining their messages with newlines.