Struct torrust_tracker_located_error::Located
source · pub struct Located<E>(pub E);Expand description
A generic wrapper around an error.
Where E is the inner error (source error).
Tuple Fields§
§0: Epub struct Located<E>(pub E);A generic wrapper around an error.
Where E is the inner error (source error).
0: E