Trait bc_ur::UREncodable
source · pub trait UREncodable: CBORTaggedEncodable {
// Provided methods
fn ur(&self) -> UR { ... }
fn ur_string(&self) -> String { ... }
}Expand description
A type that can be encoded to a UR.
pub trait UREncodable: CBORTaggedEncodable {
// Provided methods
fn ur(&self) -> UR { ... }
fn ur_string(&self) -> String { ... }
}A type that can be encoded to a UR.