brk_core 0.0.83

The Core (Structs and Errors) of the Bitcoin Research Kit
Documentation
1
2
3
4
pub trait Printable {
    fn to_string() -> &'static str;
    fn to_possible_strings() -> &'static [&'static str];
}