pub type Result<T> = Result<T, FtrlError>;
Simplified Result using FtrlError as error type
Result
FtrlError