Type Definition abstract_manager::contract::ManagerResult

source ·
pub type ManagerResult<R = Response> = Result<R, ManagerError>;