Trait IntoResult

Source
pub trait IntoResult {
    // Required method
    fn into_result(self, span: Span) -> SourceResult<Value>;
}

Required Methods§

Implementors§