VOOZH about

URL: https://doc.rust-lang.org/std/ops/trait.Deref.html

⇱ Deref in std::ops - Rust


Skip to main content

Trait Deref 

1.0.0 (const: unstable) · Source
pub trait Deref {
 type Target: ?Sized;

 // Required method
 fn deref(&self) -> &Self::Target;
}

Required Associated Types§

Required Methods§

Implementors§