[go: up one dir, main page]

funty 3.0.0-rc1

Trait generalization over the primitive types
Documentation
1
2
3
4
5
6
7
8
# Reference Management

The `Reference` symbol is a type alias rather than a wrapping struct, as
references have essentially no inherent APIs to mirror and are most useful when
directly exposed.

You can use them as either `<P as Permission>::Ref<'a, T>` or
`Reference<'a, T, P>`.