41#include <StormByte/expected.hxx>
68 using ExpectedCodec = StormByte::Expected<const Codec&, CodecNotFoundException>;
69 using ExpectedContainer = StormByte::Expected<const Container&, ContainerNotFoundException>;
72 using CodecRefs = std::vector<std::reference_wrapper<const Codec>>;
73 using ContainerRefs = std::vector<std::reference_wrapper<const Container>>;