Trait v9::extract::Cleaner[][src]

pub unsafe trait Cleaner<E: Extract> {
    fn pre_cleanup(owned: E::Owned, universe: &Universe) -> Self;
fn post_cleanup(self, universe: &Universe); }

Required methods

fn pre_cleanup(owned: E::Owned, universe: &Universe) -> Self[src]

fn post_cleanup(self, universe: &Universe)[src]

Loading content...

Implementations on Foreign Types

impl<E: Extract> Cleaner<E> for ()[src]

Loading content...

Implementors

Loading content...