Trait malachite_base::strings::ToBinaryString
source · pub trait ToBinaryString: Binary {
// Required method
fn to_binary_string(&self) -> String;
}
Expand description
A trait that provides an ergonomic way to create the string specified by a Binary
implementation.