☰
ErrorImpl
struct
ErrorImpl
Static Methods
display
source
Struct
Subspace
::
sus
::
error
::
ErrorImpl
source
struct
ErrorImpl
{ ... };
Static Methods
source
static
auto
display
(
const
DynError
& b) -> std::string
source
static
auto
display
(
const
TryFromIntError
& e) -> std::string
source
static
auto
display
(
const
sus::error::ErrorImpl::StringError& e) -> std::string
source
static
auto
display
(
const
Box
<T>& b) -> std::string
source
static
auto
display
(
const
VarError
& self) -> std::string
source
static
auto
source
(
const
DynError
& b) ->
Option
<
const
DynError
&>
source
static
auto
source
(
const
Box
<T>& b) ->
Option
<
const
DynError
&>