Trait bc_ur::URCodable

source ·
pub trait URCodable: UREncodable + URDecodable { }
Expand description

A type that can be encoded to and decoded from a UR.

Object Safety§

This trait is not object safe.

Implementors§