pub struct SimulateError;展开描述
表示我们尝试模拟一个事件时发生的错误
Trait 实现§
Source§impl Debug for SimulateError
impl Debug for SimulateError
Source§impl Display for SimulateError
impl Display for SimulateError
Source§impl Error for SimulateError
impl Error for SimulateError
Source§impl From<SimulateError> for GrabError
impl From<SimulateError> for GrabError
Source§fn from(_: SimulateError) -> GrabError
fn from(_: SimulateError) -> GrabError
从输入类型转换为该类型。