Type Definition typed_session::Result
source · pub type Result<T = ()> = Result<T>;Expand description
An anyhow::Result with default return type of ().
pub type Result<T = ()> = Result<T>;An anyhow::Result with default return type of ().