[][src]Type Definition btrfsutil::Result

type Result<T> = Result<T, BtrfsUtilError>;

Result type used by this library.