Lines Matching refs:Error
215 error::{self, Error},
635 @error($crate::error::Error),
735 @error($crate::error::Error),
1217 Error: From<E>, in pin_init()
1221 pin_init_from_closure(|slot| init.__pinned_init(slot).map_err(|e| Error::from(e))) in pin_init()
1234 Error: From<E>, in init()
1238 init_from_closure(|slot| init.__pinned_init(slot).map_err(|e| Error::from(e))) in init()