Struct rdf_types::UnknownType
source · pub struct UnknownType<I>(pub I);Tuple Fields§
§0: ITrait Implementations§
source§impl<I: Debug> Debug for UnknownType<I>
impl<I: Debug> Debug for UnknownType<I>
source§impl<I> Display for UnknownType<I>where
I: Display,
impl<I> Display for UnknownType<I>where I: Display,
source§impl<I> Error for UnknownType<I>where
Self: Debug + Display,
impl<I> Error for UnknownType<I>where Self: Debug + Display,
1.30.0 · 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
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()