Trait chill::path::IntoDesignDocumentPath [] [src]

pub trait IntoDesignDocumentPath {
    fn into_design_document_path(self) -> Result<DesignDocumentPathError>;
}

Required Methods

fn into_design_document_path(self) -> Result<DesignDocumentPathError>

Implementors