[][src]Type Definition fsio::types::FsIOResult

type FsIOResult<T> = Result<T, FsIOError>;

Result aliasing for project-wide error type.