We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f5f2a commit db11ae5Copy full SHA for db11ae5
src/args/fraction.rs
@@ -41,6 +41,7 @@ impl TryFrom<f32> for Fraction {
41
}
42
43
44
+/// Error that occurs when converting a string into an instance of [`Fraction`].
45
#[derive(Debug, Display, Clone, PartialEq, Eq, Error)]
46
pub enum FromStrError {
47
ParseFloatError(ParseFloatError),
0 commit comments