pub trait Set { // Required method fn set( &mut self, path: &[String], val: &[String], ) -> Result<(), PartialSetError>; }