Trait golem_wasm_ast::core::TryFromExprSource

source ·
pub trait TryFromExprSource {
    // Required method
    fn try_from<S: ExprSource>(value: S) -> Result<Self, String>
       where Self: Sized;
}

Required Methods§

source

fn try_from<S: ExprSource>(value: S) -> Result<Self, String>
where Self: Sized,

Implementors§