Hide RulesetMember::add_to in the docs
This commit is contained in:
parent
483fe8f940
commit
aab6ed9c94
@ -136,6 +136,7 @@ impl IntoIterator for Ruleset {
|
||||
/// A trait for types that can be added in a Ruleset
|
||||
pub trait RulesetMember: private::Sealed {
|
||||
/// Adds a value in the correct field of a Ruleset.
|
||||
#[doc(hidden)]
|
||||
fn add_to(self, ruleset: &mut Ruleset) -> bool;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user