Type Definition kripher::utils::WriteResult [] [src]

type WriteResult = Result<(), Error>;

Informs whether a write was successfull or not.

A wraper around io::Error. The Ok value isn't used.