Make conn::Result public
This commit is contained in:
parent
e5f1b21303
commit
f243e2243d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ impl From<serde_json::Error> for Error {
|
|||
|
||||
impl error::Error for Error {}
|
||||
|
||||
type Result<T> = result::Result<T, Error>;
|
||||
pub type Result<T> = result::Result<T, Error>;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Joining {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue