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>>pub type SequenceRooterGuard<'a, T> = CustomAutoRooterGuard<'a, Vec<T>>;pub struct SequenceRooterGuard<'a, T> {
rooter: &'a mut CustomAutoRooter<Vec<T>>,
}rooter: &'a mut CustomAutoRooter<Vec<T>>