IntoNNError
rlox_
candle
0.1.0
IntoNN
Error
Required Methods
nn_err
Implementations on Foreign Types
Result<T>
Implementors
In rlox_
candle::
convert
rlox_candle
::
convert
Trait
IntoNN
Error
Copy item path
Source
pub trait IntoNNError<T> { // Required method fn
nn_err
(self) ->
Result
<T,
NNError
>; }
Required Methods
§
Source
fn
nn_err
(self) ->
Result
<T,
NNError
>
Implementations on Foreign Types
§
Source
§
impl<T>
IntoNNError
<T> for Result<T>
Source
§
fn
nn_err
(self) ->
Result
<T,
NNError
>
Implementors
§