morphix 0.18.5

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

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

default_impl_ref_observe! {
    impl RefObserve for OsString;
}