From e29748b255ce97dfe9b4efcfbc4d9bcb3d694b97 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sun, 12 Feb 2017 11:04:30 -0800 Subject: Decorate Box with Send + Sync --- src/source.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/source.rs') diff --git a/src/source.rs b/src/source.rs index e136176..2048791 100644 --- a/src/source.rs +++ b/src/source.rs @@ -8,5 +8,5 @@ pub trait Source { } pub trait SourceBuilder { - fn build(&self) -> Result, Box>; + fn build(&self) -> Result, Box>; } -- cgit v1.2.3