[][src]Struct logger_rs::style::Arrow

pub struct Arrow { /* fields omitted */ }

Simple and minimalist style. E.g: ▶ This is an error messsage.

Methods

impl Arrow[src]

pub fn colored(self, colored: bool) -> Self[src]

pub fn padding(self, padding: usize) -> Self[src]

Trait Implementations

impl Style for Arrow[src]

impl Default for Arrow[src]

Auto Trait Implementations

impl Send for Arrow

impl Unpin for Arrow

impl Sync for Arrow

impl UnwindSafe for Arrow

impl RefUnwindSafe for Arrow

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]