Trait functor::isomorphism::IsoOnce [] [src]

pub trait IsoOnce<A, B> {
    fn to_once(self, A) -> B;
    fn from_once(self, B) -> A;
}

Required Methods

fn to_once(self, A) -> B

fn from_once(self, B) -> A

Implementors