Trait ipp::operation::IppOperation [] [src]

pub trait IppOperation {
    fn to_ipp_request(self, uri: &str) -> IppRequestResponse;
}

Trait which represents a single IPP operation

Required Methods

Convert this operation to IPP request which is ready for sending

Implementors