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;
}
pub trait TryFromExprSource {
// Required method
fn try_from<S: ExprSource>(value: S) -> Result<Self, String>
where Self: Sized;
}