Trait fmap::Reflect

source ·
pub trait Reflect {
    type This: ?Sized;
}
Expand description

Trait allowing to include concrete types in bounds

Required Associated Types§

source

type This: ?Sized

Same as Self

Implementors§

source§

impl<T: ?Sized> Reflect for T

§

type This = T