pub struct Wrapper<'a, 'b> { /* private fields */ }
Implementations
sourceimpl<'a, 'b> Wrapper<'a, 'b>
impl<'a, 'b> Wrapper<'a, 'b>
pub fn new(data: &'a [Vec<&'b str>]) -> Self
pub fn wrap(&mut self)
pub fn wrap_with(&mut self, styles: Vec<Style>)
pub fn get_output(&self) -> &Vec<Vec<Wrapped<'b>>>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for Wrapper<'a, 'b>
impl<'a, 'b> Send for Wrapper<'a, 'b>
impl<'a, 'b> Sync for Wrapper<'a, 'b>
impl<'a, 'b> Unpin for Wrapper<'a, 'b> where
'b: 'a,
impl<'a, 'b> UnwindSafe for Wrapper<'a, 'b>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more