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

Static

Required Methods

Borrow

Implementations on Foreign Types

Implementors