Type Definition copypasta_ext::ClipResult[][src]

type ClipResult<T> = Result<T, Box<dyn Error + Send + Sync + 'static>>;

Copypasta result type, for your convenience.