Revise docs.
This commit is contained in:
@@ -5,7 +5,7 @@ Printing for Custom Types
|
||||
|
||||
To use custom types for [`print`] and [`debug`], or convert its value into a [string],
|
||||
it is necessary that the following functions be registered (assuming the custom type
|
||||
is `T : Display + Debug`):
|
||||
is `T: Display + Debug`):
|
||||
|
||||
| Function | Signature | Typical implementation | Usage |
|
||||
| ----------- | ---------------------------------------------- | ---------------------------- | -------------------------------------------------------------------- |
|
||||
|
Reference in New Issue
Block a user