Trait chalk_integration::query::UpcastFrom
source · pub trait UpcastFrom<T: ?Sized> {
// Required method
fn upcast_from(val: &T) -> &Self;
}
Required Methods§
fn upcast_from(val: &T) -> &Self
Object Safety§
This trait is not object safe.