Trait escher::Rebindable[][src]

pub trait Rebindable: for<'a> RebindTo<'a> { }

Marker trait for any type that implements RebindTo for any lifetime. All types can derive this trait using the Rebindable derive macro.

Implementors

impl<T: for<'a> RebindTo<'a>> Rebindable for T[src]

Loading content...