Add ArgFloatLike.

This commit is contained in:
jfh
2021-10-07 12:34:30 +03:00
parent acfdf9ceaa
commit 856f77fb77
8 changed files with 97 additions and 93 deletions

View File

@@ -15,7 +15,7 @@ use std::ops::RangeInclusive;
pub use argument::{ArgCallable, ArgIterable};
pub use byteslike::{ArgBytesLike, ArgMemoryBuffer, ArgStrOrBytesLike};
pub use numlike::ArgComplexLike;
pub use numlike::{ArgComplexLike, ArgFloatLike};
/// Implemented by any type that can be returned from a built-in Python function.
///