Trait aster::path::IntoPath [] [src]

pub trait IntoPath {
    fn into_path(self) -> Path;
}

Required Methods

fn into_path(self) -> Path

Implementors