pub trait Exp {
    fn exp(&self) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors