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.
Value::to_serializable
1 parent 2beca6e commit 53c159bCopy full SHA for 53c159b
src/value.rs
@@ -491,7 +491,6 @@ impl Value {
491
/// This allows customizing serialization behavior using serde.
492
#[cfg(feature = "serde")]
493
#[cfg_attr(docsrs, doc(cfg(feature = "serde")))]
494
- #[doc(hidden)]
495
pub fn to_serializable(&self) -> SerializableValue<'_> {
496
SerializableValue::new(self, Default::default(), None)
497
}
0 commit comments