[][src]Struct kotonoha::log::OneLanguage1337Log

pub struct OneLanguage1337Log { /* fields omitted */ }

Show log string by a language like hacker style.

Methods

impl OneLanguage1337Log[src]

pub fn error<S>(content: S) -> Self where
    S: ToString
[src]

error message

pub fn warn<S>(content: S) -> Self where
    S: ToString
[src]

warn message

pub fn success<S>(content: S) -> Self where
    S: ToString
[src]

success message

pub fn info<S>(content: S) -> Self where
    S: ToString
[src]

info message

pub fn debug<S>(content: S) -> Self where
    S: ToString
[src]

debug message

Trait Implementations

impl Log for OneLanguage1337Log[src]

Auto Trait Implementations

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]