Struct Subspace :: sus :: error :: ErrorImpl

struct ErrorImpl
{ ... };

Static Methods

static auto display(const DynError& b) -> std::string
static auto display(const TryFromIntError& e) -> std::string
static auto display(const sus::error::ErrorImpl::StringError& e) -> std::string
static auto display(const Box<T>& b) -> std::string
static auto display(const VarError& self) -> std::string
static auto source(const DynError& b) -> Option<const DynError&>
static auto source(const Box<T>& b) -> Option<const DynError&>