IntoPlatformResult

Trait IntoPlatformResult 

Source
pub trait IntoPlatformResult {
    // Required method
    fn into_platform_result(self) -> PlatformResult;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: Into<Value>, E: Into<PlatformError>> IntoPlatformResult for Result<T, E>

Implementors§