workflow_serializer/
result.rs

1pub type IoError = std::io::Error;
2pub type IoErrorKind = std::io::ErrorKind;
3pub type IoResult<T> = std::io::Result<T>;