pub trait GetSize {
    // Required method
    fn get_size(&self) -> usize;
}

Required Methods§

source

fn get_size(&self) -> usize

| Get the size of the generated public | key(s) in bytes (33 or 65). |

Implementors§