pub type FallibleTryShuntAdapter<'a, 'b, 'c, 'd, L> = TryShunt<'a, &'b mut NonFallibleAdapter<'c, &'d mut L>>;
pub struct FallibleTryShuntAdapter<'a, 'b, 'c, 'd, L> { /* private fields */ }