pub trait ToSynError {
    fn to_syn_error(&self, span: Span) -> Error;
}

Required Methods

Implementors