pub trait Static<B> {
    fn borrow(&self) -> &B;
}

Required Methods§

Implementations on Foreign Types§

Implementors§