flexpiler 0.2.1

Deserialiser aiming at high customizability
Documentation
1
2
3
4
5
6
7
use crate::error;


pub trait Trait {
    type DeserializerContext;
    type ErrorSource;
}