Type Alias SequenceRooterGuard

Source
pub type SequenceRooterGuard<'a, T> = CustomAutoRooterGuard<'a, Vec<T>>;

Aliased Type§

pub struct SequenceRooterGuard<'a, T> {
    rooter: &'a mut CustomAutoRooter<Vec<T>>,
}

Fields§

§rooter: &'a mut CustomAutoRooter<Vec<T>>