Trait tea_sdk::serde::handle::Handles

pub trait Handles: Sized {
    type List: HandleList<Self>;
}

Required Associated Types§

type List: HandleList<Self>

Object Safety§

This trait is not object safe.

Implementors§