Trait chill::path::IntoAttachmentPath [] [src]

pub trait IntoAttachmentPath {
    fn into_attachment_path(self) -> Result<AttachmentPathError>;
}

Required Methods

fn into_attachment_path(self) -> Result<AttachmentPathError>

Implementors