Struct nncombinator::error::UnsupportedOperationError
source · pub struct UnsupportedOperationError(pub String);Expand description
Error that occurs when calling a function that is not supported by the specification
Tuple Fields§
§0: StringTrait Implementations§
source§impl Debug for UnsupportedOperationError
impl Debug for UnsupportedOperationError
source§impl Display for UnsupportedOperationError
impl Display for UnsupportedOperationError
source§impl Error for UnsupportedOperationError
impl Error for UnsupportedOperationError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl From<UnsupportedOperationError> for TrainingError
impl From<UnsupportedOperationError> for TrainingError
source§fn from(err: UnsupportedOperationError) -> TrainingError
fn from(err: UnsupportedOperationError) -> TrainingError
Converts to this type from the input type.