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

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

用于 实现 SharedPtr 到 SharePtr的转换

Required methods

fn cast<T: ISerde + 'static>(self) -> Result<SharedPtr<T>> where
    Self: Sized
[src]

实现 SharedPtr 到 SharePtr的转换

Loading content...

Implementors

impl ISerdeCaseToType for SharedPtr<dyn ISerde>[src]

Loading content...