[−][src]Trait newton::handle::FromHandle
Required methods
fn from_handle(newton: &'a Newton, handle: Handle) -> Option<Self>
Borrows object from newton storage.
fn from_handle_owned(newton: &'a mut Newton, handle: Handle) -> Option<Self>
Retakes ownership of an object stored in Newton. The returned object is destroyed after drop.