Trait PropName

Source
pub trait PropName: Sized {
    type Names: Into<(Option<Namespace<'static>>, &'static str)> + Clone + Send + Sync + From<Self> + FromStr<Err: Debug> + Hash + Eq + XmlDeserialize;
}

Required Associated Types§

Source

type Names: Into<(Option<Namespace<'static>>, &'static str)> + Clone + Send + Sync + From<Self> + FromStr<Err: Debug> + Hash + Eq + XmlDeserialize

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§