Trait chill::path::IntoDocumentPath [] [src]

pub trait IntoDocumentPath {
    fn into_document_path(self) -> Result<DocumentPathError>;
}

Required Methods

fn into_document_path(self) -> Result<DocumentPathError>

Implementors