We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd1f28 commit 7fc61eaCopy full SHA for 7fc61ea
src/request/mod.rs
@@ -41,7 +41,7 @@ pub trait KvRequest<C>: Request + Sized + Clone + Sync + Send + 'static {
41
}
42
43
44
-pub trait IsDefault {
+pub(crate) trait IsDefault {
45
fn is_default(&self) -> bool;
46
47
0 commit comments