Trait bc_ur::URCodable

source ·
pub trait URCodable { }
Expand description

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

Implementors§

source§

impl<T> URCodable for T