Type Definition async_session::Result[][src]

type Result<T = ()> = Result<T, Error>;
Expand description

An anyhow::Result with default return type of ()