pub trait GetCommitPath: XrpcClient {
    // Provided method
    fn get_commit_path<'life0, 'async_trait>(
        &'life0 self,
        params: Parameters
    ) -> Pin<Box<dyn Future<Output = Result<Output, Box<dyn Error>>> + Send + 'async_trait>>
       where Self: Sync + 'async_trait,
             'life0: 'async_trait { ... }
}
Expand description

com.atproto.sync.getCommitPath Gets the path of repo commits

Provided Methods§

source

fn get_commit_path<'life0, 'async_trait>( &'life0 self, params: Parameters ) -> Pin<Box<dyn Future<Output = Result<Output, Box<dyn Error>>> + Send + 'async_trait>>where Self: Sync + 'async_trait, 'life0: 'async_trait,

Implementors§