[][src]Trait mcl::traits::Formattable

pub trait Formattable {
    fn set_str(&mut self, buffer: &str, io_mode: Base);
fn get_str(&self, io_mode: Base) -> String; }

Required methods

fn set_str(&mut self, buffer: &str, io_mode: Base)

fn get_str(&self, io_mode: Base) -> String

Loading content...

Implementors

impl Formattable for Fr[src]

impl Formattable for G1[src]

impl Formattable for G2[src]

impl Formattable for GT[src]

Loading content...