Trait r::object::coercion::CoercibleInto
source · pub trait CoercibleInto<T>: Sized {
// Required method
fn coerce_into(self) -> T;
}
Required Methods§
fn coerce_into(self) -> T
Object Safety§
This trait is not object safe.