Struct hypercore::FeedBuilder[][src]

pub struct FeedBuilder<T> where
    T: RandomAccessMethods + Debug
{ /* fields omitted */ }

Construct a new Feed instance.

Methods

impl<T> FeedBuilder<T> where
    T: RandomAccessMethods + Debug
[src]

Create a new instance.

Set the secret key.

Finalize the builder.

Trait Implementations

impl<T: Debug> Debug for FeedBuilder<T> where
    T: RandomAccessMethods + Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for FeedBuilder<T> where
    T: Send

impl<T> Sync for FeedBuilder<T> where
    T: Sync