pub trait WorldProxy<'w> {
    fn proxy(self) -> WorldRef<'w>;
}

Required Methods

Implementations on Foreign Types

Implementors