restrict Atomic
This commit is contained in:
parent
a61583bcbc
commit
b8f89580aa
@ -44,7 +44,7 @@ pub trait AtomicBase: 'static + Send + Sync + Send + Clone + Serializable {
|
||||
/// [`Factory`]: crate::rcore::Factory
|
||||
/// [`MentionableTop::points_typed`]: crate::rcore::MentionableTop::points_typed
|
||||
/// [`MentionableTop::topology`]: crate::rcore::MentionableTop::topology
|
||||
pub trait Atomic: AtomicBase + ParseMode {
|
||||
pub trait Atomic: AtomicModeParse + ParseMode {
|
||||
/// Static equivalent of [`FactoryParse::deserialize`].
|
||||
///
|
||||
/// [`FactoryParse::deserialize`]: crate::rcore::FactoryParse::deserialize
|
||||
|
Loading…
Reference in New Issue
Block a user