Skip to main content

FallibleTryShuntAdapter

Type Alias FallibleTryShuntAdapter 

Source
pub type FallibleTryShuntAdapter<'a, 'b, 'c, 'd, L> = TryShunt<'a, &'b mut NonFallibleAdapter<'c, &'d mut L>>;

Aliased Typeยง

pub struct FallibleTryShuntAdapter<'a, 'b, 'c, 'd, L> { /* private fields */ }