pub(crate) struct LAngle;
Expand description
This is the same as RAngle
but for opening angle brackets.
It is less common to have two opening angle brackets, but it appears in stuf like
<<Self as Trait1>::Assoc1 as Trait2>::Assoc2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LAngle
impl RefUnwindSafe for LAngle
impl Send for LAngle
impl Sync for LAngle
impl Unpin for LAngle
impl UnwindSafe for LAngle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more