[][src]Type Definition parc::TryUnwrapResult

type TryUnwrapResult<T> = Result<T, TryUnwrapError<T>>;

Result Type for try_into_inner