Trait AsBaseRefExt

Source
pub trait AsBaseRefExt<T>: AsBaseRef<T> {
    // Provided method
    fn as_base(&self) -> &T { ... }
}
Expand description

Extension method for AsBaseRef .

Provided Methods§

Source

fn as_base(&self) -> &T

Implementors§

Source§

impl<B, T: AsBaseRef<B> + ?Sized> AsBaseRefExt<B> for T