fix(docs): re-export types used by delegate

Otherwise, delegate implementation might not actually be possible.
This commit is contained in:
Sebastian Thiel
2015-03-22 13:28:28 +01:00
parent 3a9aa51949
commit 556906ca60
5 changed files with 115 additions and 66 deletions

View File

@@ -191,7 +191,7 @@ use std::io;
use std::fs;
use std::thread::sleep;
pub use cmn::{MultiPartReader, ToParts, MethodInfo, Result, CallBuilder, Hub, ReadSeek, Part, ResponseResult, RequestValue, NestedType, Delegate, DefaultDelegate, ResourceMethodsBuilder, Resource};
pub use cmn::{MultiPartReader, ToParts, MethodInfo, Result, CallBuilder, Hub, ReadSeek, Part, ResponseResult, RequestValue, NestedType, Delegate, DefaultDelegate, ResourceMethodsBuilder, Resource, JsonServerError};
// ##############