We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbbfd4 commit 6bee4f0Copy full SHA for 6bee4f0
src/policy/nonmovingspace.rs
@@ -10,7 +10,7 @@ use super::space::{PlanCreateSpaceArgs, Space};
10
/// A space implements this trait if it can be used as the non-moving space.
11
///
12
/// Methods of this trait should be called inste
13
-pub trait NonMovingSpace<VM: VMBinding>: Space<VM> {
+pub(crate) trait NonMovingSpace<VM: VMBinding>: Space<VM> {
14
/// Call this instead of `new` to create the space as the non-moving space.
15
fn new_nonmoving_space(args: PlanCreateSpaceArgs<VM>) -> Self;
16
/// Call this instead of `prepare` when used as the non-moving space.
0 commit comments