Trait solders_traits_core::PyFromBytesCbor
source · pub trait PyFromBytesCbor<'b>: Deserialize<'b> {
// Provided method
fn py_from_bytes_cbor(raw: &'b [u8]) -> PyResult<Self> { ... }
}
Provided Methods§
fn py_from_bytes_cbor(raw: &'b [u8]) -> PyResult<Self>
Object Safety§
This trait is not object safe.