morphix 0.18.5

Observing and serializing mutations
Documentation
1
2
3
4
5
6
7
use std::path::PathBuf;

use crate::helper::macros::default_impl_ref_observe;

default_impl_ref_observe! {
    impl RefObserve for PathBuf;
}