Ditch Into*ObjectPath types
Thanks to @jplatte, I found a way to achieve the same goals as IntoObjectPath
and IntoOwnedObjectPath
types I added in a recent PR, with std::{TryFrom, TryInto}
types. So we can thankfully ditch these custom types.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Thanks to @jplatte, I found a way to achieve the same goals as IntoObjectPath
and IntoOwnedObjectPath
types I added in a recent PR, with std::{TryFrom, TryInto}
types. So we can thankfully ditch these custom types.