[][src]Trait atomic_hooks::unmount::StateAccessUnmount

pub trait StateAccessUnmount {
    fn activate(&self);
fn deactivate(&self);
fn execute_and_remove(self); }

Required methods

fn activate(&self)

fn deactivate(&self)

fn execute_and_remove(self)

Loading content...

Implementors

impl StateAccessUnmount for StateAccess<Unmount>[src]

Loading content...