Include note for implementers of AsPrimitive
This commit is contained in:
parent
af693fef48
commit
31218add95
|
@ -454,6 +454,9 @@ impl<T: NumCast> NumCast for Wrapping<T> {
|
||||||
|
|
||||||
/// A generic interface for casting between machine scalars with the
|
/// A generic interface for casting between machine scalars with the
|
||||||
/// `as` operator, which admits narrowing and precision loss.
|
/// `as` operator, which admits narrowing and precision loss.
|
||||||
|
/// Implementers of this trait AsPrimitive should behave like a primitive
|
||||||
|
/// numeric type (e.g. a newtype around another primitive), and the
|
||||||
|
/// intended conversion must never fail.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue