File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ use std::sync::RwLock;
6
6
/// Enables display values to be injected into decoded Ref objects.
7
7
///
8
8
/// This is used to handle the case whereby pre-calculated display
9
- /// names for Refs need to be utilized when encoding/ decoding haystack data.
9
+ /// names for Refs need to be utilized when decoding haystack data.
10
10
///
11
11
/// Please note, the return type is a `Cow<str>`. At some point we'll make `Ref` a little
12
- /// more flexible regarding how it holds its display data and hence its usage .
12
+ /// more flexible regarding how it holds its display data.
13
13
type RefDisFactoryFunc < ' a > = Box < dyn Fn ( & str , Option < & str > ) -> Option < Cow < ' a , str > > + Send + Sync > ;
14
14
15
15
/// Holds the Ref factory function used for creating Refs.
You can’t perform that action at this time.
0 commit comments