Trait yolo::Yolo [] [src]

pub trait Yolo<T> {
    fn yolo(self) -> T;
}

Required Methods

fn yolo(self) -> T

Implementors