lightning-invoice 0.34.0

Data structures to parse and serialize BOLT11 lightning invoices
Documentation
1
2
3
4
5
6
7
8
9
10
pub trait Bool {}

#[derive(Copy, Clone)]
pub struct True {}

#[derive(Copy, Clone)]
pub struct False {}

impl Bool for True {}
impl Bool for False {}