Trait ass::Ass

source ·
pub trait Ass<T> {
    fn ass(self) -> T;
}
Expand description

trait that does x as y but for generics.

Required Methods

Implementations on Foreign Types

Implementors