use core::convert::TryFrom; use zvariant::ObjectPath; // Valid object paths let o = ObjectPath::try_from("/").unwrap(); assert_eq!
確定! 回上一頁