30template<
typename T,
typename E = ResultError>
expected type for operations that can fail (C++23-style)
Generic expected<T, E> type for error handling without exceptions.
expected< T, E > result
Alias for expected (Rust-style naming)
Base definition for an LED controller.