aster::path
pub trait IntoPath { fn into_path(self) -> Path; }
fn into_path(self) -> Path
impl IntoPath for Path
impl IntoPath for Ident
impl<'a> IntoPath for &'a str
impl IntoPath for String
impl<'a, T> IntoPath for &'a [T] where T: ToIdent