Struct jenga::FBox [] [src]

pub struct FBox<'a, T: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, T: 'a> Drop for FBox<'a, T>
[src]

A method called when the value goes out of scope. Read more