MatrixSynapse/stubs/synapse/synapse_rust.pyi

3 lines
85 B
Python
Raw Normal View History

2022-09-06 20:01:37 +02:00
def sum_as_string(a: int, b: int) -> str: ...
def get_rust_file_digest() -> str: ...