Type Definition in3::error::In3Result[][src]

#[must_use]type In3Result<T> = Result<T, Error>;

Generic Result type for IN3 errors.