Trait radn::atomic::AtomicBase
source · pub trait AtomicBase: 'static + Send + Sync + Clone + Serializable {
type AParseError: Error + Send;
}Expand description
Atomic base.
Required Associated Types§
sourcetype AParseError: Error + Send
type AParseError: Error + Send
Equivalent of FactoryBase::ParseError.