[][src]Trait out_reference::OutMethod

pub trait OutMethod {
    pub fn out(&mut self) -> Out<'_, Self> { ... }
}

Used to create an Out reference, for all types

Provided methods

pub fn out(&mut self) -> Out<'_, Self>[src]

creates an Out ref

Loading content...

Implementors

impl<T: ?Sized> OutMethod for T[src]

Loading content...