logo

Type Definition actix_web::cookie::time::Result

source · []
pub type Result<T> = Result<T, Error>;
This is supported on crate feature cookies only.
Expand description

An alias for std::result::Result with a generic error from the time crate.