manual_serializer/
result.rs

1use crate::error::Error;
2pub type Result<T> = std::result::Result<T,Error>;