GetDegree

Trait GetDegree 

Source
pub trait GetDegree {
    // Required method
    fn ring_degree(&self) -> Degree;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<B: Backend> GetDegree for Module<B>

Implementors§