The implemention in std you are looking for is this: impl<'a, E: Error + Send + Sync + 'a> From<E> for Box<dyn Error + Send + Sync + 'a>.
確定! 回上一頁