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.
Provided Methods§
Object Safety§
This trait is not object safe.