Type Definition quake_files::error::QResult [] [src]

type QResult<T> = Result<T, QError>;

Result of most things in this library that use IO or can fail for other reasons.