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.
pub trait URCodable: UREncodable + URDecodable { }A type that can be encoded to and decoded from a UR.