[][src]Trait owoify::OwOifiable

pub trait OwOifiable {
    fn owoify(&self) -> Self;
}

Required methods

fn owoify(&self) -> Self

The owoification method

Loading content...

Implementations on Foreign Types

impl OwOifiable for String[src]

fn owoify(&self) -> Self[src]

Owoifies a String

Examples

use owoify::OwOifiable;
let owoified = String::from("Example text").owoify();
Loading content...

Implementors

Loading content...