Skip to main content

URCodable

Trait URCodable 

Source
pub trait URCodable { }
Expand description

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> URCodable for T