[][src]Trait bm::RootStatus

pub trait RootStatus {
    fn is_dangling() -> bool;

    fn is_owned() -> bool { ... }
}

Root status of a merkle tree.

Required methods

fn is_dangling() -> bool

Whether it is a dangling root.

Loading content...

Provided methods

fn is_owned() -> bool

Whether it is an owned root.

Loading content...

Implementors

impl RootStatus for DanglingRoot[src]

impl RootStatus for OwnedRoot[src]

Loading content...