Trait xxlib::types::ISerdeCaseToType[][src]

pub trait ISerdeCaseToType {
    fn cast<T: ISerde + 'static>(self) -> Result<SharedPtr<T>>
    where
        Self: Sized
; }
Expand description

用于 实现 SharedPtr 到 SharePtr的转换

Required methods

实现 SharedPtr 到 SharePtr的转换

Implementors