pub struct Group(/* private fields */);Expand description
Grouping of elements.
Groups multiple elements together; when output they are written in order, without any characters added.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Group
impl !Send for Group
impl !Sync for Group
impl !UnwindSafe for Group
impl Freeze for Group
impl Unpin for Group
impl UnsafeUnpin for Group
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
Source§impl<T> IntoTexElement for Twhere
T: TexElement + 'static,
impl<T> IntoTexElement for Twhere
T: TexElement + 'static,
Source§fn into_tex_element(self) -> Box<dyn TexElement>
fn into_tex_element(self) -> Box<dyn TexElement>
Converts the given element into a
TexElement.