diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-29 20:08:53 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-29 20:10:23 +0200 |
| commit | 72fb155403801216e244ab1df784ccd2a29c54cb (patch) | |
| tree | 820001268f86d7f9e43d60120db54124241fd62e /src/model/realize.rs | |
| parent | 621922bb35657d002b123913dd507e35a178f4c2 (diff) | |
Link to label
Diffstat (limited to 'src/model/realize.rs')
| -rw-r--r-- | src/model/realize.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/model/realize.rs b/src/model/realize.rs index 10e1b0e2..e96e0dc1 100644 --- a/src/model/realize.rs +++ b/src/model/realize.rs @@ -176,9 +176,8 @@ pub trait Show { /// Post-process an element after it was realized. pub trait Finalize { - /// Finalize the fully realized form of the element. Use this for effects that - /// should work even in the face of a user-defined show rule, for example - /// the linking behaviour of a link element. + /// Finalize the fully realized form of the element. Use this for effects + /// that should work even in the face of a user-defined show rule. fn finalize(&self, realized: Content, styles: StyleChain) -> Content; } |
