summary refs log tree commit diff
path: root/synapse/synapse_rust/__init__.pyi
blob: d25c609106622e37e3913037bc0dde3c0abc8baf (plain) (blame)
1
2
3
def sum_as_string(a: int, b: int) -> str: ...
def get_rust_file_digest() -> str: ...
def reset_logging_config() -> None: ...