Type Definition io_tools::error::IOResult[][src]

type IOResult<T> = Result<T, IOError>;