[][src]Trait sunshine_util::traits::GetMagnitude

pub trait GetMagnitude<Shares> {
    fn get_magnitude(self) -> Shares;
}

Required methods

fn get_magnitude(self) -> Shares

Loading content...

Implementations on Foreign Types

impl<Shares> GetMagnitude<Shares> for (u32, Shares)[src]

Loading content...

Implementors

Loading content...