Home
last modified time | relevance | path

Searched refs:CastTo (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/anyhow/src/
Dptr.rs38 pub fn cast<U: CastTo>(self) -> Own<U::Target> { in cast()
102 pub fn cast<U: CastTo>(self) -> Ref<'a, U::Target> { in cast()
159 pub fn cast<U: CastTo>(self) -> Mut<'a, U::Target> { in cast()
193 pub trait CastTo { interface
197 impl<T> CastTo for T {