doc: hide IpfsInner in docs
this seems to still keep Ipfs methods through deref available, lets hope it's the same in docsrs.
This commit is contained in:
parent
29202efe0b
commit
34a6cf3de1
@ -249,9 +249,9 @@ impl<Types: IpfsTypes> Clone for Ipfs<Types> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Ipfs struct creates a new IPFS node and is the main entry point
|
/// The internal shared implementation of [`Ipfs`].
|
||||||
/// for interacting with IPFS.
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
#[doc(hidden)]
|
||||||
pub struct IpfsInner<Types: IpfsTypes> {
|
pub struct IpfsInner<Types: IpfsTypes> {
|
||||||
pub span: Span,
|
pub span: Span,
|
||||||
repo: Repo<Types>,
|
repo: Repo<Types>,
|
||||||
|
Loading…
Reference in New Issue
Block a user