pub trait IntoPath {
    fn into_path(&self) -> OwnedObjectPath;
fn into_path_ref(&self) -> &OwnedObjectPath; }

Required methods

Implementors