Skip to main content

Reference

Trait Reference 

Source
pub trait Reference {
    type BaseType;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> Reference for &T

Implementors§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here